Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache

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

Commit: 4b6c198a6af427fd3531b09cd6fa15e715de6aa5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-03-06T00:04:27Z
Releases: 7.4.1
Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache
at database shutdown, and then load it again at database startup.  This
preserves our hard-won knowledge of free space across restarts (given
an orderly shutdown, that is).

Files