Skip to content
Snippets Groups Projects
Commit 721e5378 authored by Tom Lane's avatar Tom Lane
Browse files

Solve the problem of OID collisions by probing for duplicate OIDs

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.
parent 9e4a2de8
No related branches found
No related tags found
No related merge requests found
Showing
with 411 additions and 263 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment