forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb787c55
committed
Inhibit mingw CRT's auto-globbing of command line arguments
For some reason by default the mingw C Runtime takes it upon itself toexpand program arguments that look like shell globbing characters. Thathas caused much scratching of heads and mis-attribution of the causes ofsome TAP test failures, so stop doing that.This removes an inconsistency with Windows binaries built with MSVC,which have no such behaviour.Per suggestion from Noah Misch.Backpatch to all live branches.Discussion:https://postgr.es/m/20220423025927.GA1274057@rfd.leadboat.com1 parentdec8ad3 commitb787c55
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 |
| |
37 | 42 |
| |
38 | 43 |
| |
|
0 commit comments
Comments
(0)