initdb: Add new option "--no-data-checksums"
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 1 Oct 2024 14:27:39 +0000 (10:27 -0400)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 1 Oct 2024 14:50:30 +0000 (10:50 -0400)
commit983a588e0b864d5c016d5902217ba4b11fc82b4f
tree8330ffe7cc8b995c3f1741bd884c09da90183ff9
parentefd72a3d422b591bfec941d625df6fad820e021b
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@turnstep.com>
Discussion: https://www.postgresql.org/message-id/flat/CAKAnmmKwiMHik5AHmBEdf5vqzbOBbcwEPHo4-PioWeAbzwcTOQ@mail.gmail.com
doc/src/sgml/ref/initdb.sgml
src/bin/initdb/initdb.c
src/bin/initdb/t/001_initdb.pl