]> 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:47:41 +0000 (07:47 -0400)
commit33066b0142893ead9b1bd9709552a9f173ffddb3
tree1e85eb9fa5407b9ad430f42e161792ebcca8253a
parenta21ec1a959ef2f7fcd14391c97a14f5f10630aff
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