summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-12-27 14:07:14 +0000
committerBruce Momjian <bruce@momjian.us>2002-12-27 14:07:14 +0000
commit31f7f574bddb320acf545b6316133a5d6b940190 (patch)
tree858d9e29a4882ed65aed128591448fc0aefdb6ec /doc/src
parent7c3e3cd96adb3e853bd5b5d56d1b05f177233335 (diff)
Trivial patch to increase max_fsm_pages as per earlier discussion.
Philip Warner
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/runtime.sgml4
1 files changed, 2 insertions, 2 deletions
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 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.147.2.4 2002/12/09 21:03:42 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.147.2.5 2002/12/27 14:07:14 momjian Exp $
-->
<Chapter Id="runtime">
@@ -1656,7 +1656,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
<para>
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.
</para>
</listitem>
</varlistentry>