Move --data-checksums to common options in initdb --help
Michael Banck <michael.banck@credativ.de>
From: Michael Banck <michael.banck@credativ.de>
To: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2021-01-01T19:34:34Z
Lists: pgsql-hackers
Attachments
- initdb_move_k_to_common_options.patch (text/x-patch) patch
Hi, I noticed -k/--data-checksums is currently in the less commonly used options part of the initdb --help output: |Less commonly used options: | -d, --debug generate lots of debugging output | -k, --data-checksums use data page checksums I think enough people use data checksums these days that it warrants to be moved into the "normal part", like in the attached. Michael -- Michael Banck Projektleiter / Senior Berater Tel.: +49 2166 9901-171 Fax: +49 2166 9901-100 Email: michael.banck@credativ.de credativ GmbH, HRB Mönchengladbach 12080 USt-ID-Nummer: DE204566209 Trompeterallee 108, 41189 Mönchengladbach Geschäftsführung: Dr. Michael Meskes, Jörg Folz, Sascha Heuer Unser Umgang mit personenbezogenen Daten unterliegt folgenden Bestimmungen: https://www.credativ.de/datenschutz
Commits
-
Promote --data-checksums to the common set of options in initdb --help
- bc08f7971c03 14.0 landed