]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use a slightly more liberal regex to detect Visual Studio version
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 17 Apr 2020 18:55:55 +0000 (14:55 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 17 Apr 2020 18:55:55 +0000 (14:55 -0400)
commitddac64f2d6fbdf04529a85a05c52728175bf5c17
treeb1a07d36a1d7b11ae49798f696f595b6adbcba8e
parentf4a42005613bf279b4c1d203112c0583cbbf498e
Use a slightly more liberal regex to detect Visual Studio version

Apparently in some language versions of Visual Studio nmake outputs some
material after the version number and before the end of the line. This
has been seen in Chinese versions. Therefore, we no longer demand that
the version string comes at the end of a line.

Per complaint from Cuiping Lin.

Backpatch to all live branches.
src/tools/msvc/VSObjectFactory.pm