]> granicus.if.org Git - postgresql/commit
Fix DROP INDEX CONCURRENTLY IF EXISTS.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Aug 2012 16:45:51 +0000 (12:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Aug 2012 16:45:51 +0000 (12:45 -0400)
commita6f43529ea6c3abd9207cea140ab231ac078746a
tree24d1e68b9cfa529cb4f67adc41cd063473793e9c
parent81bcc8bc4ca6335f0b5b2029ebe84fbd788556fe
Fix DROP INDEX CONCURRENTLY IF EXISTS.

This threw ERROR, not the expected NOTICE, if the index didn't exist.
The bug was actually visible in not-as-expected regression test output,
so somebody wasn't paying too close attention in commit
8cb53654dbdb4c386369eb988062d0bbb6de725e.
Per report from Brendan Byrd.
src/backend/parser/gram.y
src/test/regress/expected/create_index.out