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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Inhibit mingw CRT's auto-globbing of command line arguments
Дата
Msg-id E1nj4la-0016p5-4C@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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: https://postgr.es/m/20220423025927.GA1274057@rfd.leadboat.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/01f2bc5af4ffa9dbe27bbaf96c73fbfe9e29def4

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Drop unlogged table after test is done
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add some isolation tests for CLUSTER