pgsql: initdb: properly alphabetize getopt_long options in C string

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: initdb: properly alphabetize getopt_long options in C string
Date: 2020-12-12 17:51:34
Message-ID: E1ko93O-00035r-Ci@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: properly alphabetize getopt_long options in C string

Backpatch-through: 9.5

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5ec8a2e7c3bf5af67e2fff68a709d01add16ebfc

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 Bruce Momjian 2020-12-12 17:59:26 pgsql: initdb: complete getopt_long alphabetization
Previous Message Tom Lane 2020-12-11 23:58:39 pgsql: Provide an error cursor for "can't subscript" error messages.