pgsql: Prevent msys2 conversion of "cmd /c" switch to a file path

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Prevent msys2 conversion of "cmd /c" switch to a file path
Дата
Msg-id E1i7JLg-0000vz-AR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/801b2618ef385eb877633eeab925b82661387ced

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Always skip recovery SysV shared memory tests on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Be more careful about port selection in src/test/ldap/.