pgsql: initdb: Add new option "--no-data-checksums"

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: initdb: Add new option "--no-data-checksums"
Date: 2024-10-01 15:06:23
Message-ID: E1sveSF-001jNS-4m@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: Add new option "--no-data-checksums"

Right now this does nothing except override any earlier
--data-checksums option. But the idea is that --data-checksums could
become the default, and then this option would allow forcing it off
instead.

Author: Greg Sabino Mullane <greg(at)turnstep(dot)com>
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/983a588e0b864d5c016d5902217ba4b11fc82b4f

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 10 ++++++++++
src/bin/initdb/initdb.c | 5 +++++
src/bin/initdb/t/001_initdb.pl | 12 ++++++++++++
3 files changed, 27 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-10-01 20:54:02 pgsql: Reject a copy EOF marker that has data ahead of it on the same l
Previous Message Peter Eisentraut 2024-10-01 14:00:12 pgsql: Tweak docs to reduce possible impact of data checksums