pgsql: Inhibit mingw CRT's auto-globbing of command line arguments

Started by Andrew Dunstanabout 4 years ago1 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

Inhibit mingw CRT's auto-globbing of command line arguments

For some reason by default the mingw C Runtime takes it upon itself to
expand program arguments that look like shell globbing characters. That
has caused much scratching of heads and mis-attribution of the causes of
some TAP test failures, so stop doing that.

This removes an inconsistency with Windows binaries built with MSVC,
which have no such behaviour.

Per suggestion from Noah Misch.

Backpatch to all live branches.

Discussion: /messages/by-id/20220423025927.GA1274057@rfd.leadboat.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/58887d58c6addd2ed727d57520c6c4629d59f89a

Modified Files
--------------
src/common/exec.c | 5 +++++
1 file changed, 5 insertions(+)