pgsql: Use a slightly more liberal regex to detect Visual Studio versio

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use a slightly more liberal regex to detect Visual Studio versio
Date: 2020-04-17 18:59:02
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ddac64f2d6fbdf04529a85a05c52728175bf5c17

Modified Files
--------------
src/tools/msvc/VSObjectFactory.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-04-17 19:27:53 Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build
Previous Message Andrew Dunstan 2020-04-17 18:19:17 pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build