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

Started by Peter Eisentrautover 1 year ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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: /messages/by-id/CAKAnmmKwiMHik5AHmBEdf5vqzbOBbcwEPHo4-PioWeAbzwcTOQ@mail.gmail.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(+)