Re: Allowing REINDEX to have an optional name
Simon Riggs <simon.riggs@enterprisedb.com>
From: Simon Riggs <simon.riggs@enterprisedb.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Bernd Helmle <mailings@oopsware.de>,
Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Date: 2022-07-15T11:25:33Z
Lists: pgsql-hackers
Attachments
- reindex_not_require_database_name.v5.patch (application/octet-stream) patch v5
On Mon, 4 Jul 2022 at 08:00, Michael Paquier <michael@paquier.xyz> wrote: > > On Sun, Jul 03, 2022 at 05:41:31PM -0400, Tom Lane wrote: > > This is marked as Ready for Committer, but that seems unduly > > optimistic. > > Please note that patch authors should not switch a patch as RfC by > themselves. This is something that a reviewer should do. > > > The cfbot shows that it's failing on all platforms --- > > and not in the same way on each, suggesting there are multiple > > problems. > > A wild guess is that this comes from the patch that manipulates > get_database_name(), something that there is no need for as long as > the routine is called once in ReindexMultipleTables(). OK, let me repost the new patch and see if CFbot likes that better. This includes Michael's other requested changes for reindexdb. -- Simon Riggs http://www.EnterpriseDB.com/
Commits
-
Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM
- 2b99ce10c2bc 16.0 landed
-
Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM
- 2cbc3c17a5c1 16.0 landed
-
Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changes
- 5fb5b6c4c176 16.0 landed