From: Fujii Masao Date: Tue, 6 Jan 2026 02:00:54 +0000 (+0900) Subject: doc: Fix outdated doc in pg_rewind. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ee5f2dcba2ae2e6bfca6c873fb2708970f2c81;p=thirdparty%2Fpostgresql.git doc: Fix outdated doc in pg_rewind. 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 Reviewed-by: Chao Li Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/TY4PR01MB16907D62F3A0A377B30FDBEA794B2A@TY4PR01MB16907.jpnprd01.prod.outlook.com Backpatch-through: 18 --- 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 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 + default). must also be set to + on, but is enabled by default.