From 1becce61f4b3caaab3f60b63e65b0983a3d24f7d Mon Sep 17 00:00:00 2001 From: Zhijie Hou Date: Wed, 24 Dec 2025 14:14:55 +0800 Subject: [PATCH v1] 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..c58a6d0982e 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -117,9 +117,9 @@ PostgreSQL documentation pg_rewind requires that the target server either has the option enabled in postgresql.conf or data checksums enabled when - the cluster was initialized with initdb. Neither of these - are currently on by default. - must also be set to on, but is enabled by default. + the cluster was initialized with initdb (the latter + being the default). must also be set + to on, but is enabled by default. -- 2.51.1.windows.1