]> git.ipfire.org Git - thirdparty/postgresql.git/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:45:37 +0000 (07:45 -0400)
commit3a1417c4265b93d7fdfcdbcb9c9fc18cbbff3b5b
treef7a38aac5463f8541ca591b9f02414886903d7d5
parent5d76c8037329bc259bc1633a09a8550c72650a77
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