Ensure that if the OID counter wraps around, we will not generate 0,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 742cd8799923d8d30ee90294130bb973af486b80
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-25T20:18:19Z
Releases: 7.1.1
Ensure that if the OID counter wraps around, we will not generate 0,
nor any OID in the reserved range (1-16383).

Files

PathChange+/−
src/backend/access/transam/varsup.c modified +83 −91