pgsql: Allow MSYS as well as MINGW in Msys uname - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Allow MSYS as well as MINGW in Msys uname
Date
Msg-id E1fEg2k-0000tu-7K@gemulon.postgresql.org
Whole thread Raw
List 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_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/679b07469a17eb08271dfeec1f015f9239ce40bd

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Sync our copy of the timezone library with IANA releasetzcode20
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Provide for testing on python3 modules when under MSVC