]> git.ipfire.org Git - thirdparty/postgresql.git/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:03:41 +0000 (09:03 -0400)
commit3e5cf72f96681fecac88d892978c36c7a834ca02
tree22dbbe5776f04ed3570b0680a7e3497e4acbd1ec
parent5f73d7294d9fbaa36a0167e7aa6fa693c9c724e6
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.
contrib/pg_upgrade/test.sh