]> granicus.if.org Git - postgresql/commit
Allow MSYS as well as MINGW in Msys uname
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 4 May 2018 18:54:04 +0000 (14:54 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 4 May 2018 18:59:36 +0000 (14:59 -0400)
commit608a710195a4be20ad5f3e97b24db76aebe02808
tree25f67bc9adca0f40b880a78e4c3e05da0d1d5f24
parentb45f6613e0a475f908d93dbaa8612ccb9395f666
Allow MSYS as well as MINGW in Msys uname

Msys2's uname -s outputs a string beginning MSYS rather than MINGW as is
output by Msys. Allow either in pg_upgrade's test.sh.

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