]> 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:52:42 +0000 (14:52 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 17 Apr 2020 18:52:42 +0000 (14:52 -0400)
commit6b02bee66cae232d587679eb476f4784c38abad1
treec50ec9551285bc926f0e548da3dff6380a322e55
parentc03356995f861e02bfdf94054092fcbdf3240519
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