Repair not-too-well-thought-out code to do rangechecking of OIDs on

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

Commit: 0db1a951d5bb7617bbf2bd0b30a9f0971c2ce11d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-12-22T21:36:09Z
Releases: 7.1.1
Repair not-too-well-thought-out code to do rangechecking of OIDs on
64-bit machines.  Also, make oidvectorin use the same code as oidin.

Files

PathChange+/−
src/backend/utils/adt/oid.c modified +88 −52
src/include/postgres_ext.h modified +10 −2