]> granicus.if.org Git - postgresql/commit
Re-think guts of DROP INDEX CONCURRENTLY.
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 18 Oct 2012 17:58:30 +0000 (18:58 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 18 Oct 2012 17:58:30 +0000 (18:58 +0100)
commit2f0e480d02cde469e64d03dc8ca198cbfd597640
tree22d67d3667aff94193ccf557408ae6121546d22d
parent72a4231f0c80f213a4fa75356dc3c6b7c7419059
Re-think guts of DROP INDEX CONCURRENTLY.
Concurrent behaviour was flawed when using
a two-step process, so add an additional
phase of processing to ensure concurrency
for both SELECTs and INSERT/UPDATE/DELETEs.

Backpatch to 9.2

Andres Freund, tweaked by me
src/backend/catalog/index.c