pgsql: Promote --data-checksums to the common set of options in initdb

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Promote --data-checksums to the common set of options in initdb
Date: 2021-01-06 01:52:50
Message-ID: E1kwy0I-0004Zw-Dx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bc08f7971c03550ede43af43e73d4a47a7935c69

Modified Files
--------------
src/bin/initdb/initdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-01-06 03:01:40 pgsql: doc: Fix description about default behavior of recovery_target_t
Previous Message Tom Lane 2021-01-06 00:03:59 pgsql: Revert unstable test cases from commit 7d80441d2.