1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

initdb: complete getopt_long alphabetization

Backpatch-through: 9.5
This commit is contained in:
Bruce Momjian 2020-12-12 12:59:09 -05:00
parent 38bcd4340f
commit 787d06a206

View File

@ -3025,7 +3025,7 @@ main(int argc, char *argv[])
/* process command-line options */ /* process command-line options */
while ((c = getopt_long(argc, argv, "A:dD:E:gkL:nNWsST:U:X:", long_options, &option_index)) != -1) while ((c = getopt_long(argc, argv, "A:dD:E:gkL:nNsST:U:WX:", long_options, &option_index)) != -1)
{ {
switch (c) switch (c)
{ {