pgsql: initdb: Change default to using data checksums.

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: initdb: Change default to using data checksums.
Date: 2024-10-16 06:52:11
Message-ID: E1t0xtE-0012p5-Ee@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: Change default to using data checksums.

Checksums are now on by default. They can be disabled by the
previously added option --no-data-checksums.

Author: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Reviewed-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://www.postgresql.org/message-id/flat/CAKAnmmKwiMHik5AHmBEdf5vqzbOBbcwEPHo4-PioWeAbzwcTOQ(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/04bec894a04cb0d32533f1522ab81b7016141ff1

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 15 ++++++++++-----
src/bin/initdb/initdb.c | 2 +-
src/bin/initdb/t/001_initdb.pl | 18 ++++++++++--------
3 files changed, 21 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2024-10-16 11:39:11 pgsql: Fix typo in comment of transformJsonAggConstructor()
Previous Message Peter Eisentraut 2024-10-16 06:35:32 pgsql: doc: Fix initdb option xreflabels