On 01/29/2014 01:12 PM, Heikki Linnakangas wrote: > On 01/28/2014 06:11 PM, Christian Kruse wrote: >> Hi, >> >> attached you will find a new version of the patch, ported to HEAD, >> fixed the mentioned bug and - hopefully - dealing the the remaining >> issues. > > Thanks, I have committed this now. > > The documentation is still lacking. >
The documentation is indeed lacking since it breaks the build. doc/src/sgml/config.sgml contains the line normal allocation if that fails. With <literal>on</literal, failure which doesn't correctly terminate the closing </literal> tag. Trivial patch attached. -- Vik
*** a/doc/src/sgml/config.sgml --- b/doc/src/sgml/config.sgml *************** *** 1137,1143 **** 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 to use huge pages will prevent the server from starting up. With <literal>off</literal>, huge pages will not be used. </para> --- 1137,1143 ---- <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 to use huge pages will prevent the server from starting up. With <literal>off</literal>, huge pages will not be used. </para>
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers