• Tom Lane's avatar
    Solve the problem of OID collisions by probing for duplicate OIDs · 721e5378
    Tom Lane authored
    whenever we generate a new OID.  This prevents occasional duplicate-OID
    errors that can otherwise occur once the OID counter has wrapped around.
    Duplicate relfilenode values are also checked for when creating new
    physical files.  Per my recent proposal.
    721e5378
pg_dump.c 230 KB