forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcdc7059
committed
Teach appendShellString() to not quote strings containing "-".
Brain fade in commita00c583: I was thinking that a string starting with"-" could be taken as a switch depending on command line syntax. That'strue, but having appendShellString() quote it will not help, so we may aswell not do so. Per complaint from Peter Eisentraut.1 parenta2ee579 commitcdc7059
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
442 |
| - | |
| 442 | + | |
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
|
0 commit comments
Comments
(0)