pgsql: Use a slightly more liberal regex to detect Visual Studio versio - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use a slightly more liberal regex to detect Visual Studio versio
Date
Msg-id E1jPWCc-0001ds-Ny@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3ca17999f6a3961faa1b60001c01cb7e71513a42

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build
Next
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabledbuild