projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec5f7e
)
initdb: properly alphabetize getopt_long options in C string
author
Bruce Momjian
Sat, 12 Dec 2020 17:51:16 +0000
(12:51 -0500)
committer
Bruce Momjian
Sat, 12 Dec 2020 17:51:16 +0000
(12:51 -0500)
Backpatch-through: 9.5
src/bin/initdb/initdb.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.c
b/src/bin/initdb/initdb.c
index ee3bfa82f481ed8186d6021c9a86966c60c3b0c3..957ef65c9455c6356e9ff45be8d44c8447892de6 100644
(file)
--- a/
src/bin/initdb/initdb.c
+++ b/
src/bin/initdb/initdb.c
@@
-2999,7
+2999,7
@@
main(int argc, char *argv[])
/* process command-line options */
- while ((c = getopt_long(argc, argv, "
dD:E:kL:nNU:WA:sST:X:g
", long_options, &option_index)) != -1)
+ while ((c = getopt_long(argc, argv, "
A:dD:E:gkL:nNWsST:U:X:
", long_options, &option_index)) != -1)
{
switch (c)
{