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 <g...@turnstep.com> Reviewed-by: Nathan Bossart <nathandboss...@gmail.com> Reviewed-by: Peter Eisentraut <pe...@eisentraut.org> Reviewed-by: Daniel Gustafsson <dan...@yesql.se> Discussion: https://www.postgresql.org/message-id/flat/cakanmmkwimhik5ahmbedf5vqzbobbcwepho4-pioweabzwc...@mail.gmail.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(-)