]> granicus.if.org Git - postgresql/commit
Prevent msys2 conversion of "cmd /c" switch to a file path
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 9 Sep 2019 12:56:33 +0000 (08:56 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 9 Sep 2019 13:02:39 +0000 (09:02 -0400)
commit9668b02f80425dc72116101cb368c6ac1cc210a1
treeb319d9de871eb6cdfe9ed0a36cb853d7322cefd4
parent7d49803259de7514e16dfdf2b6a36e7b514f0505
Prevent msys2 conversion of "cmd /c" switch to a file path

Modern versions of msys2 have changed the treatment of "cmd /c" so that
the runtime will try to convert the switch to a native file path. This
patch adds a setting to inhibit that behaviour.

Discussion: https://postgr.es/m/3227042f-cfcc-745a-57dd-fb8c471f8ddf@2ndQuadrant.com

Backpatch to all live branches.
src/bin/pg_upgrade/test.sh