mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
On msys2, 'uname -s' reports a string starting MSYS instead on MINGW
as happens on msys1. Treat these both the same way. This reverts
608a710195
in favor of a more general solution.
Backpatch to all live branches.