forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit73ff3a0
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 parent27cc7cd commit73ff3a0
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
| 247 | + | |
| 248 | + | |
| 249 | + | |
247 | 250 |
| |
248 |
| - | |
| 251 | + | |
249 | 252 |
| |
250 | 253 |
| |
251 | 254 |
| |
| |||
258 | 261 |
| |
259 | 262 |
| |
260 | 263 |
| |
261 |
| - | |
| 264 | + | |
262 | 265 |
| |
263 | 266 |
| |
264 | 267 |
| |
|
0 commit comments
Comments
(0)