]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix outdated doc in pg_rewind.
authorFujii Masao <fujii@postgresql.org>
Tue, 6 Jan 2026 02:00:54 +0000 (11:00 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 6 Jan 2026 02:01:42 +0000 (11:01 +0900)
Update pg_rewind documentation to reflect the change that data checksums are
now enabled by default during initdb.

Backpatch to v18, where data checksums were changed to be enabled by default.

Author: Zhijie Hou <houzj.fnst@fujitsu.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/TY4PR01MB16907D62F3A0A377B30FDBEA794B2A@TY4PR01MB16907.jpnprd01.prod.outlook.com
Backpatch-through: 18

doc/src/sgml/ref/pg_rewind.sgml

index 5485033ed8c7c16dbcbeb94b0bad70fe5fe94c5f..c696cec1a1c43899572f6c1b5acf04cbdf761057 100644 (file)
@@ -97,9 +97,9 @@ PostgreSQL documentation
    <application>pg_rewind</application> requires that the target server either has
    the <xref linkend="guc-wal-log-hints"/> option enabled
    in <filename>postgresql.conf</filename> or data checksums enabled when
-   the cluster was initialized with <application>initdb</application>.  Neither of these
-   are currently on by default.  <xref linkend="guc-full-page-writes"/>
-   must also be set to <literal>on</literal>, but is enabled by default.
+   the cluster was initialized with <application>initdb</application> (the
+   default).  <xref linkend="guc-full-page-writes"/> must also be set to
+   <literal>on</literal>, but is enabled by default.
   </para>
 
   <warning>