v2-0001-Fix-outdated-doc-in-pg_rewind.patch
application/octet-stream
Filename: v2-0001-Fix-outdated-doc-in-pg_rewind.patch
Type: application/octet-stream
Part: 0
From ede97a9311cd893cd0796359a8d9158e1a19f1a9 Mon Sep 17 00:00:00 2001
From: Zhijie Hou <houzj.fnst@fujitsu.com>
Date: Wed, 24 Dec 2025 14:14:55 +0800
Subject: [PATCH v2] Fix outdated doc in pg_rewind
Update pg_rewind documentation to reflect the change that data checksums are now
enabled by default during initdb.
---
doc/src/sgml/ref/pg_rewind.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml
index 5b155cfa12a..24cf57d68ff 100644
--- a/doc/src/sgml/ref/pg_rewind.sgml
+++ b/doc/src/sgml/ref/pg_rewind.sgml
@@ -117,9 +117,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>
--
2.51.1.windows.1