]> granicus.if.org Git - postgresql/commit
Allow MSYS as well as MINGW in Msys uname
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 4 May 2018 18:54:04 +0000 (14:54 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 4 May 2018 19:05:28 +0000 (15:05 -0400)
commit594ff3d7d78c7acf73ae3ea47795dc3e07550227
treef8b9e17890eb5b4c2e5aae4df4c49544db6e60d9
parent9469ebc71bab7e3beca4390d395e0ee66d462cfb
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.
contrib/pg_upgrade/test.sh