]> granicus.if.org Git - postgresql/commit
Treat MINGW and MSYS the same in pg_upgrade test script
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 26 Aug 2019 11:44:34 +0000 (07:44 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 26 Aug 2019 11:44:34 +0000 (07:44 -0400)
commitacb96eb7d294a003a9392cdd445630ef137d9918
treeba1e8f7e90b4ec2f7d621817f409217068572d8e
parent71d84efba714db3b8a330a54be15c4d385719ad6
Treat MINGW and MSYS the same in pg_upgrade test script

On msys2, 'uname -s' reports a string starting MSYS instead on MINGW
as happens on msys1. Treat these both the same way. This reverts
608a710195a4b in favor of a more general solution.

Backpatch to all live branches.
src/bin/pg_upgrade/test.sh