forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit71f3946
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 parent75a006b commit71f3946
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments
Comments
(0)