On Tue, Dec 22, 2009 at 11:25 AM, Fujii Masao <masao.fu...@gmail.com> wrote: > I found there is no "primary" tag for the HS parameters > in config.sgml. Attached patch adds that tag.
I found another small problem in HS doc; though the type of trace_recovery_messages is actually enum, it's described as string in the doc. The attached patch does s/string/emum. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
*** a/doc/src/sgml/config.sgml --- b/doc/src/sgml/config.sgml *************** *** 5700,5706 **** plruby.use_strict = true # generates error: unknown class name </varlistentry> <varlistentry id="guc-trace-recovery-messages" xreflabel="trace_recovery_messages"> ! <term><varname>trace_recovery_messages</varname> (<type>string</type>)</term> <indexterm> <primary><varname>trace_recovery_messages</> configuration parameter</primary> </indexterm> --- 5700,5706 ---- </varlistentry> <varlistentry id="guc-trace-recovery-messages" xreflabel="trace_recovery_messages"> ! <term><varname>trace_recovery_messages</varname> (<type>enum</type>)</term> <indexterm> <primary><varname>trace_recovery_messages</> configuration parameter</primary> </indexterm>
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers