pgsql: Allow MSYS as well as MINGW in Msys uname

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow MSYS as well as MINGW in Msys uname
Date: 2018-05-04 19:06:58
Message-ID: E1fEg2k-0000tu-7K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-05-04 19:58:41 pgsql: Provide for testing on python3 modules when under MSVC
Previous Message Tom Lane 2018-05-04 16:27:09 pgsql: Sync our copy of the timezone library with IANA release tzcode20