Fix contrib/pg_freespacemap's underestimate of the number of pages it
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Apr 2009 18:10:56 +0000 (18:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Apr 2009 18:10:56 +0000 (18:10 +0000)
commit43fb0a032dfdeb5fb745d2982d5a5f9b55e77d8c
tree983d856cd979f7a0165130b41bcfbbdd8da4e54c
parentc1acb638c4d229fe9478928b11406ec675884d8e
Fix contrib/pg_freespacemap's underestimate of the number of pages it
could find in the FSM.  Per report from Dimitri Fontaine and Andrew Gierth.

(Affects only 8.2 and 8.3 since HEAD no longer has MaxFSMPages at all.)
contrib/pg_freespacemap/pg_freespacemap.c