forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit801b261
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 parentd0a98e1 commit801b261
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
| 243 | + | |
| 244 | + | |
| 245 | + | |
243 | 246 |
| |
244 |
| - | |
| 247 | + | |
245 | 248 |
| |
246 | 249 |
| |
247 | 250 |
| |
| |||
254 | 257 |
| |
255 | 258 |
| |
256 | 259 |
| |
257 |
| - | |
| 260 | + | |
258 | 261 |
| |
259 | 262 |
| |
260 | 263 |
| |
|
0 commit comments
Comments
(0)