Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
initdb: complete getopt_long alphabetization
authorBruce Momjian <bruce@momjian.us>
Sat, 12 Dec 2020 17:59:09 +0000 (12:59 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 12 Dec 2020 17:59:09 +0000 (12:59 -0500)
Backpatch-through: 9.5

src/bin/initdb/initdb.c

index 67a7042a113c1317d71c94b389dcd5a310bc04e5..cf32d3e248bd8e83e6302856f762fd6b8f1e8518 100644 (file)
@@ -3419,7 +3419,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)
        {