pgsql: Fix FSM warning to mention increasing max_fsm_pages.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix FSM warning to mention increasing max_fsm_pages.
Date: 2005-08-17 03:51:02
Message-ID: 20050817035102.7262B5288B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly
max_fsm_relations.

Modified Files:
--------------
pgsql/src/backend/storage/freespace:
freespace.c (r1.46 -> r1.47)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/freespace/freespace.c.diff?r1=1.46&r2=1.47)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-08-17 05:06:01 python - be: Limit Postgres.Query to 1 command.
Previous Message James William Pye 2005-08-17 02:23:27 python - be: Fix Portal seeking.