From: Bruce Momjian Date: Sat, 12 Dec 2020 17:59:09 +0000 (-0500) Subject: initdb: complete getopt_long alphabetization X-Git-Tag: REL9_5_25~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da214247de1d566709bff0420dd8024fd9fa0d10;p=thirdparty%2Fpostgresql.git initdb: complete getopt_long alphabetization Backpatch-through: 9.5 --- diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 31ed852f059..9c546dd2522 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -3458,7 +3458,7 @@ main(int argc, char *argv[]) /* process command-line options */ - while ((c = getopt_long(argc, argv, "A:dD:E:kL:nNWsST:U:X:", long_options, &option_index)) != -1) + while ((c = getopt_long(argc, argv, "A:dD:E:kL:nNsST:U:WX:", long_options, &option_index)) != -1) { switch (c) {