]> granicus.if.org Git - postgresql/commit
Fix orphan on cancel of drop index concurrently.
authorSimon Riggs <simon@2ndQuadrant.com>
Fri, 19 Oct 2012 08:56:29 +0000 (09:56 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Fri, 19 Oct 2012 08:56:29 +0000 (09:56 +0100)
commitda85727565818d95ee9cb16ca1c4c4e570c6e2cd
treea38725f7ad471db9870727de122f9ea7debd586b
parent002191a1a39c8dba8d0331c123a6c82724af6d87
Fix orphan on cancel of drop index concurrently.
Canceling DROP INDEX CONCURRENTLY during
wait could allow an orphaned index to be
left behind which could not be dropped.

Backpatch to 9.2

Andres Freund, tested by Abhijit Menon-Sen
src/backend/catalog/dependency.c