pgsql: Fix contrib/pg_freespacemap's underestimate of the number of - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix contrib/pg_freespacemap's underestimate of the number of
Date
Msg-id 20090407181104.243F57540F4@cvs.postgresql.org
Whole thread Raw
List 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_2_STABLE

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix contrib/pg_freespacemap's underestimate of the number of
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Support Perl 5.10 and TCL 8.5 in MSVC builds.