• T
    Solve the problem of OID collisions by probing for duplicate OIDs · 721e5378
    Tom Lane 提交于
    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
transam.h 4.6 KB