diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-01-29 16:16:19 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-01-29 16:16:19 +0200 |
commit | 991659dcd768163c77924e67a75088e91c713189 (patch) | |
tree | b75618374e3cf6807055b845528a6cab31c0057a /doc/src | |
parent | 1a3458b6d8d202715a83c88474a1b63726d0929e (diff) | |
download | postgresql-991659dcd768163c77924e67a75088e91c713189.tar.gz postgresql-991659dcd768163c77924e67a75088e91c713189.zip |
Fix docs build.
Broken by the huge_tlb_pages patch.
Vik Fearing.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e7c255987da..1b5f831d655 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1137,7 +1137,7 @@ include 'filename' <para> With <varname>huge_tlb_pages</varname> set to <literal>try</literal>, the server will try to use huge pages, but fall back to using - normal allocation if that fails. With <literal>on</literal, failure + normal allocation if that fails. With <literal>on</literal>, failure to use huge pages will prevent the server from starting up. With <literal>off</literal>, huge pages will not be used. </para> |