forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3d067c5
committed
In 020_createdb.pl, change order of command-line arguments.
Linux thinks that something like "createdb foo -S bar" is perfectlyfine, but Windows wants the options to precede any bare arguments, sowe must write "createdb -S bar foo" for portability.Per reports from CI, the buildfarm, and Andres.Discussion:http://postgr.es/m/20220329173536.7d2ywdatsprxl4x6@alap3.anarazel.de1 parent9c08aea commit3d067c5
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
| 123 | + | |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
|
0 commit comments
Comments
(0)