postgresql/src/backend/access/heap
Tom Lane 721e53785d 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.
2005-08-12 01:36:05 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
heapam.c Solve the problem of OID collisions by probing for duplicate OIDs 2005-08-12 01:36:05 +00:00
hio.c Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
tuptoaster.c Solve the problem of OID collisions by probing for duplicate OIDs 2005-08-12 01:36:05 +00:00