]> granicus.if.org Git - postgresql/commit
Re-think guts of DROP INDEX CONCURRENTLY.
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 18 Oct 2012 18:05:14 +0000 (19:05 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 18 Oct 2012 18:05:14 +0000 (19:05 +0100)
commit5da1c4b7cc46af5d54912447ee51332d1dbd681c
treecfc54edf4f065c70457b737b7fec450a91b67245
parent0237b39452f7651a976661e20ab90a93d00cbc18
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