]> 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:03:38 +0000 (15:03 -0400)
commit1fcb0dfa681572d04061896ffb0761a0e559191f
tree392e2f481006c62056ac0a3250304092abcca3ca
parent4e0e9e59b7cef3bb9518e12ba44f04d91224779f
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.
src/bin/pg_upgrade/test.sh