initdb: Add new option "--no-data-checksums"
Peter Eisentraut <peter@eisentraut.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/initdb.sgml | modified | +10 −0 |
| src/bin/initdb/initdb.c | modified | +5 −0 |
| src/bin/initdb/t/001_initdb.pl | modified | +12 −0 |
Documentation touched
Discussion
- Enable data checksums by default 65 messages · 2024-08-06 → 2025-08-19