First non-stub implementation of shared free space map. It's not super

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

Commit: 42748087c13aaa94563f29ed120848b228c40b07
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-07-02T20:50:46Z
Releases: 7.2.1
First non-stub implementation of shared free space map.  It's not super
useful as yet, since its primary source of information is (full) VACUUM,
which makes a concerted effort to get rid of free space before telling
the map about it ... next stop is concurrent VACUUM ...

Files