• Bruce Momjian's avatar
    pg_upgrade: prevent automatic oid assignment · a7ae1dcf
    Bruce Momjian authored
    Prevent automatic oid assignment when in binary upgrade mode.  Also
    throw an error when contrib/pg_upgrade_support functions are called when
    not in binary upgrade mode.
    
    This prevent automatically-assigned oids from conflicting with later
    pre-assigned oids coming from the old cluster.  It also makes sure oids
    are preserved in call important cases.
    a7ae1dcf
index.c 111 KB