forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteec5144
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 parentb97a345 commiteec5144
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
| 263 | + | |
| 264 | + | |
| 265 | + | |
263 | 266 |
| |
264 |
| - | |
| 267 | + | |
265 | 268 |
| |
266 | 269 |
| |
267 | 270 |
| |
| |||
274 | 277 |
| |
275 | 278 |
| |
276 | 279 |
| |
277 |
| - | |
| 280 | + | |
278 | 281 |
| |
279 | 282 |
| |
280 | 283 |
| |
|
0 commit comments
Comments
(0)