Re: Support for REINDEX CONCURRENTLY
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@2ndquadrant.com>, Michael Paquier <michael.paquier@gmail.com>, Simon Riggs <simon@2ndquadrant.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2012-12-10T22:18:53Z
Lists: pgsql-hackers
On 12/8/12 9:40 AM, Tom Lane wrote: > I'm tempted to propose that REINDEX CONCURRENTLY simply not try to > preserve the index name exactly. Something like adding or removing > trailing underscores would probably serve to generate a nonconflicting > name that's not too unsightly. If you think you can rename an index without an exclusive lock, then why not rename it back to the original name when you're done?
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Background worker processes
- da07a1e85651 9.3.0 cited
-
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
- 3c84046490be 9.3.0 cited
-
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
- 09ac603c36d1 9.3.0 cited
-
Properly set relpersistence for fake relcache entries.
- beb850e1d873 9.3.0 cited