diff options
| author | Fujii Masao | 2013-12-20 18:33:16 +0000 |
|---|---|---|
| committer | Fujii Masao | 2013-12-20 18:33:16 +0000 |
| commit | 961bf59fb7a7e4fab751e20e9372de7ab37c5649 (patch) | |
| tree | 424302641c6bcd98b82e438242c4116e02c85503 /doc | |
| parent | 6130208e75c98d76b526ac2ac08cedbd17b9f00d (diff) | |
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Sawada Masahiko
Diffstat (limited to 'doc')
| -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> |
