pgsql: Add warning about the need to increase "max_fsm_relations" and - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Add warning about the need to increase "max_fsm_relations" and
Date
Msg-id 20050312052152.E22EA566CC@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add warning about the need to increase "max_fsm_relations" and
"max_fsm_relations" for vacuums.  Also improve VACUUM VERBOSE final
message text.

Ron Mayer

Modified Files:
--------------
    pgsql/src/backend/storage/freespace:
        freespace.c (r1.37 -> r1.38)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/freespace/freespace.c.diff?r1=1.37&r2=1.38)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix snprintf() to properly handle precision specification for %f.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: * -Add a warning when the free space map is too small