Re: REINDEX CONCURRENTLY 2.0
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Andres Freund <andres@2ndquadrant.com>,
Robert Haas <robertmhaas@gmail.com>
Cc: Michael Paquier <michael.paquier@gmail.com>, Jim Nasby <jim@nasby.net>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2014-11-13T21:23:41Z
Lists: pgsql-hackers
On 11/12/14 7:31 PM, Andres Freund wrote: > Yes, it sucks. But it beats not being able to reindex a relation with a > primary key (referenced by a fkey) without waiting several hours by a > couple magnitudes. And that's the current situation. That's fine, but we have, for better or worse, defined CONCURRENTLY := does not take exclusive locks. Use a different adverb for an in-between facility.
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