]> 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 19:01:57 +0000 (15:01 -0400)
commit679b07469a17eb08271dfeec1f015f9239ce40bd
treedfcf59b7d37fb06de28fcd5ecbeca27d2785cd05
parent7a83323f2daaa0aa73e60b82ba48f651c6934bc5
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