pgsql: Add warning about the need to increase "max_fsm_relations" and

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add warning about the need to increase "max_fsm_relations" and
Date: 2005-03-12 05:21:52
Message-ID: 20050312052152.E22EA566CC@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-12 05:25:50 pgsql: Done: * -Add a warning when the free space map is too small
Previous Message Bruce Momjian 2005-03-12 04:00:57 pgsql: Fix snprintf() to properly handle precision specification for %f.