From 31f7f574bddb320acf545b6316133a5d6b940190 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 27 Dec 2002 14:07:14 +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 a6d18e9f229..9ea578b2eaa 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1656,7 +1656,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