Re: pg_amcheck option to install extension
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Michael Paquier <michael@paquier.xyz>,
Mark Dilger <mark.dilger@enterprisedb.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-04-20T16:04:58Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > On 4/20/21 11:09 AM, Tom Lane wrote: >> Indeed. But I'm down on this idea of inventing src/extensions, >> because then there will constantly be questions about whether FOO >> belongs in contrib/ or src/extensions/. > I think the distinction I would draw is between things we would expect > to be present in every Postgres installation (e.g. pg_stat_statements, > auto_explain, postgres_fdw, hstore) and things we don't for one reason > or another (e.g. pgcrypto, adminpack) I dunno, that division appears quite arbitrary and endlessly bikesheddable. It's something I'd prefer not to spend time arguing about, but the only way we won't have such arguments is if we don't make the distinction in the first place. regards, tom lane
Commits
-
Provide pg_amcheck with an --install-missing option
- b859d94c6389 14.0 landed