• Bruce Momjian's avatar
    Fix pg_upgrade for invalid indexes · e95c4bd1
    Bruce Momjian authored
    All versions of pg_upgrade upgraded invalid indexes caused by CREATE
    INDEX CONCURRENTLY failures and marked them as valid.  The patch adds a
    check to all pg_upgrade versions and throws an error during upgrade or
    --check.
    
    Backpatch to 9.2, 9.1, 9.0.  Patch slightly adjusted.
    e95c4bd1
check.c 30.5 KB