pgsql: Provide pg_amcheck with an --install-missing option

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Provide pg_amcheck with an --install-missing option
Date: 2021-04-24 17:52:43
Message-ID: E1laMSR-0006yg-7y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Provide pg_amcheck with an --install-missing option

This will install amcheck in the database if not present. The default
schema is for the extension is pg_catalog, but this can be overridden by
providing a value for the option.

Mark Dilger, slightly editorialized by me.

(rather divergent)
Discussion: https://postgr.es/m/bdc0f7c2-09e3-ee57-8471-569dfb509234@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b859d94c638968ccbb517ac7e151bdd94ed7c16a

Modified Files
--------------
doc/src/sgml/ref/pg_amcheck.sgml | 17 +++++++++++++++++
src/bin/pg_amcheck/pg_amcheck.c | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2021-04-25 08:08:34 pgsql: Make a test endure log_error_verbosity=verbose.
Previous Message Andrew Dunstan 2021-04-24 13:45:18 pgsql: Teach PostgresVersion all the ways to mark non-release code