pgsql: Treat MINGW and MSYS the same in pg_upgrade test script - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Treat MINGW and MSYS the same in pg_upgrade test script
Date
Msg-id E1i2DUe-0008Vv-Kv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a5364a3df57845af2a2d40938347b555899a0502

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix error handling of vacuumdb and reindexdb when runningout of
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Adjust to latest Msys2 kernel release number