mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
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.