Thread: pgsql: Treat MINGW and MSYS the same in pg_upgrade test script

pgsql: Treat MINGW and MSYS the same in pg_upgrade test script

From
Andrew Dunstan
Date:
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.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/67d5af3f42b72270b0c5a2c36c1f378ab908671a

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)