diff options
author | Fujii Masao <fujii@postgresql.org> | 2013-12-21 03:33:16 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2013-12-21 03:33:16 +0900 |
commit | 961bf59fb7a7e4fab751e20e9372de7ab37c5649 (patch) | |
tree | 424302641c6bcd98b82e438242c4116e02c85503 /doc/src | |
parent | 6130208e75c98d76b526ac2ac08cedbd17b9f00d (diff) | |
download | postgresql-961bf59fb7a7e4fab751e20e9372de7ab37c5649.tar.gz postgresql-961bf59fb7a7e4fab751e20e9372de7ab37c5649.zip |
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Sawada Masahiko
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 5575df51602..8f9f61d1576 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1957,10 +1957,10 @@ include 'filename' </listitem> </varlistentry> - <varlistentry id="guc-wal-log-hintbits" xreflabel="wal_log_hintbits"> - <term><varname>wal_log_hintbits</varname> (<type>boolean</type>)</term> + <varlistentry id="guc-wal-log-hints" xreflabel="wal_log_hints"> + <term><varname>wal_log_hints</varname> (<type>boolean</type>)</term> <indexterm> - <primary><varname>wal_log_hintbits</> configuration parameter</primary> + <primary><varname>wal_log_hints</> configuration parameter</primary> </indexterm> <listitem> <para> |