Re: REINDEX CONCURRENTLY 2.0
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Sergei Kornilov <sk@zsrv.org>,
"pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2019-03-13T22:10:09Z
Lists: pgsql-hackers
Attachments
- v9-0001-REINDEX-CONCURRENTLY.patch (text/plain) patch v9-0001
On 2019-03-13 15:13, Sergei Kornilov wrote: > Patch is marked as target version 12, but is inactive few weeks long. I think many users want this feature and patch is in good shape. We have open questions on this thread? > > Latest patch still can be aplied cleanly; it builds and pass tests. Here is an updated patch. It includes the typo fix in the documentation from you, some small bug fixes, a new reindexdb --concurrently option, and based on that some whole-database tests, as discussed recently. I think this addresses all open issues. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Prevent reindex of invalid indexes on TOAST tables
- 8bca5f93547c 12.3 landed
- 61d7c7bce368 13.0 landed
-
Rework handling of invalid indexes with REINDEX CONCURRENTLY
- a6dcf9df4d91 12.0 landed
-
Split builtins.h to a new header ruleutils.h
- 7b1c2a0f2066 9.5.0 cited