Re: REINDEX CONCURRENTLY 2.0
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Jim Nasby <jim@nasby.net>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2014-08-27T02:00:56Z
Lists: pgsql-hackers
Attachments
- 20140827_Support-for-REINDEX-CONCURRENTLY.patch (text/x-patch) patch
On Tue, Jan 21, 2014 at 10:12 PM, Michael Paquier <michael.paquier@gmail.com> wrote: > I have realigned this patch with latest head (d2458e3)... In case > someone is interested at some point... Attached is a patch for REINDEX CONCURRENTLY rebased on HEAD (d7938a4), as some people are showing interest in it by reading recent discussions. Patch compiles and passes regression as well as isolation tests.. -- Michael
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