Install infrastructure for shared-memory free space map. Doesn't actually

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

Commit: e0c9301c87634f21c0a7c6305bdc6da15d6ba375
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-06-27T23:31:40Z
Releases: 7.2.1
Install infrastructure for shared-memory free space map.  Doesn't actually
do anything yet, but it has the necessary connections to initialization
and so forth.  Make some gestures towards allowing number of blocks in
a relation to be BlockNumber, ie, unsigned int, rather than signed int.
(I doubt I got all the places that are sloppy about it, yet.)  On the
way, replace the hardwired NLOCKS_PER_XACT fudge factor with a GUC
variable.

Files