mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
initdb: complete getopt_long alphabetization
Backpatch-through: 9.5
This commit is contained in:
parent
5ec8a2e7c3
commit
348dd28a0d
@ -3419,7 +3419,7 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
/* process command-line options */
|
/* 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)
|
switch (c)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user