mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 18:51:56 -04:00
initdb: complete getopt_long alphabetization
Backpatch-through: 9.5
This commit is contained in:
parent
ccbe536776
commit
da214247de
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue