pgsql: Fix contrib/pg_freespacemap's underestimate of the number of

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix contrib/pg_freespacemap's underestimate of the number of
Date: 2009-04-07 18:10:56
Message-ID: 20090407181056.AA8F27540F4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
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.)

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/contrib/pg_freespacemap:
pg_freespacemap.c (r1.9 -> r1.9.4.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_freespacemap/pg_freespacemap.c?r1=1.9&r2=1.9.4.1)