pgsql: Provide pg_amcheck with an --install-missing option - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Provide pg_amcheck with an --install-missing option
Date
Msg-id [email protected]
Whole thread Raw
List 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/[email protected]

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(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Teach PostgresVersion all the ways to mark non-release code
Next
From: Noah Misch
Date:
Subject: pgsql: Make a test endure log_error_verbosity=verbose.