Adjust pg_cast.h so that the OIDs assigned to built-in casts come from

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

Commit: 2662d0fb62d71562dfcc81f37bd624ffe9a9a092
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-12T19:45:43Z
Releases: 8.1.0
Adjust pg_cast.h so that the OIDs assigned to built-in casts come from
genbki.sh's pool (10000-16383) instead of being run-time assigned by
heap_insert.  Might as well use the pool as long as it's there ...
I was a bit bemused to realize that it hadn't been in use at all since 7.2.

initdb not forced since this doesn't really affect anything.  The OIDs
of casts and system indexes will change next time you do one, though.

Files

PathChange+/−
src/include/catalog/pg_cast.h modified +259 −256