Promote --data-checksums to the common set of options in initdb --help
authorMichael Paquier <michael@paquier.xyz>
Wed, 6 Jan 2021 01:52:26 +0000 (10:52 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 6 Jan 2021 01:52:26 +0000 (10:52 +0900)
commitbc08f7971c03550ede43af43e73d4a47a7935c69
tree7492b7cdd787acfc761e8e44e326c738c67698a7
parent14d49f483d4c8a5a356e25d5e5ff5726ca43abff
Promote --data-checksums to the common set of options in initdb --help

This was previously part of the section dedicated to less common
options, but it is an option commonly used these days.

Author: Michael Banck
Reviewed-by: Stephen Frost, Michael Paquier
Discussion: https://postgr.es/m/d7938aca4d4ea8e8c72c33bd75efe9f8218fe390.camel@credativ.de
src/bin/initdb/initdb.c