Re: pg_rewind: Doc update for PostgreSQL 18

2025-06-09 Thread Jesper Pedersen
Hi Nathan, On 6/9/25 3:15 PM, Nathan Bossart wrote: + the cluster was initialized with initdb. Data checksums + are enabled by default starting from PostgreSQL 18. must also be set to on, but is enabled by default. +1 for fixing this, but I'd like to bikeshed on the wording a bit.

Re: pg_rewind: Doc update for PostgreSQL 18

2025-06-09 Thread Nathan Bossart
On Mon, Jun 09, 2025 at 01:38:09PM -0400, Jesper Pedersen wrote: > 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

pg_rewind: Doc update for PostgreSQL 18

2025-06-09 Thread Jesper Pedersen
Hi, Attached is a documentation update for pg_rewind since data checksums are enabled by default starting from PostgreSQL 18. Feedback welcome ! Best regards, Jesper diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index 5485033ed8c..b305d788a6e 100644 --- a/doc