• Tom Lane's avatar
    Fix DROP INDEX CONCURRENTLY IF EXISTS. · e323c553
    Tom Lane authored
    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
    8cb53654.
    Per report from Brendan Byrd.
    e323c553
create_index.out 113 KB