forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e5cf72
committed
Prevent msys2 conversion of "cmd /c" switch to a file path
Modern versions of msys2 have changed the treatment of "cmd /c" so thatthe runtime will try to convert the switch to a native file path. Thispatch adds a setting to inhibit that behaviour.Discussion:https://postgr.es/m/3227042f-cfcc-745a-57dd-fb8c471f8ddf@2ndQuadrant.comBackpatch to all live branches.1 parent5f73d72 commit3e5cf72
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
| 217 | + | |
| 218 | + | |
| 219 | + | |
217 | 220 |
| |
218 |
| - | |
| 221 | + | |
219 | 222 |
| |
220 | 223 |
| |
221 | 224 |
| |
| |||
228 | 231 |
| |
229 | 232 |
| |
230 | 233 |
| |
231 |
| - | |
| 234 | + | |
232 | 235 |
| |
233 | 236 |
| |
234 | 237 |
| |
|
0 commit comments
Comments
(0)