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)
commit03baf4dd81e4688b3813466e540f9b524d982950
treebeae5e0674ab06449477c436fdfe7a3f8f804d5f
parenta1fd16a5f6b1ad2fbc7004c9a9ca811e7600abd1
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