From 9a39ba4b0fe6dc6b3744b31bc5115837b88677ae Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 27 Dec 2002 14:06:34 +0000 Subject: Trivial patch to increase max_fsm_pages as per earlier discussion. Philip Warner --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6f659ab18ea..3f530f35784 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1709,7 +1709,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir' Sets the maximum number of relations (tables) for which free space will be tracked in the shared free-space map. The default - is 100. This option can only be set at server start. + is 1000. This option can only be set at server start. -- cgit v1.2.3