mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03: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.