Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add6b13
)
initdb: complete getopt_long alphabetization
author
Bruce Momjian
<bruce@momjian.us>
Sat, 12 Dec 2020 17:59:09 +0000
(12:59 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 12 Dec 2020 17:59:09 +0000
(12:59 -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 0c8c8bb94d1643385976da1e605f917d7965ebeb..e93e602e128823753a39e2a93f13cd10d20bef75 100644
(file)
--- a/
src/bin/initdb/initdb.c
+++ b/
src/bin/initdb/initdb.c
@@
-3147,7
+3147,7
@@
main(int argc, char *argv[])
/* process command-line options */
- while ((c = getopt_long(argc, argv, "A:dD:E:gkL:nN
WsST:U:
X:", long_options, &option_index)) != -1)
+ while ((c = getopt_long(argc, argv, "A:dD:E:gkL:nN
sST:U:W
X:", long_options, &option_index)) != -1)
{
switch (c)
{