]> 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:56:56 +0000 (14:56 -0400)
commit4c9239d08a87b8e4a5f9731c29993f9976aa824f
tree5ea4e5cbb180d2c195df64ab2ee401ceb1f5ab74
parent3cdf2421a299f2ebca0f79166b4d959d3e6a5184
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