pgsql: Allow MSYS as well as MINGW in Msys uname

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Allow MSYS as well as MINGW in Msys uname
Дата
Msg-id E1fEg2k-0000tw-7C@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow MSYS as well as MINGW in Msys uname

Msys2's uname -s outputs a string beginning MSYS rather than MINGW as is
output by Msys. Allow either in pg_upgrade's test.sh.

Backpatch to all live branches.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1fcb0dfa681572d04061896ffb0761a0e559191f

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Sync our copy of the timezone library with IANA releasetzcode20
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Provide for testing on python3 modules when under MSVC