pgsql: Clarify the regexp used to detect source files in MSVC builds. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Clarify the regexp used to detect source files in MSVC builds.
Date
Msg-id E1Y1Kh8-00052O-5g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clarify the regexp used to detect source files in MSVC builds.

The old pattern would match files with strange extensions like *.ry or
*.lpp. Refactor it to only include files with known extensions, and to make
it more readable.

Per Andrew Dunstan's suggestion.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ce01548d4fdbc06dce59f90a3e4598162b1e8ea1

Modified Files
--------------
src/tools/msvc/MSBuildProject.pm |    2 +-
src/tools/msvc/VCBuildProject.pm |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix another poorly worded error message.
Next
From: Tom Lane
Date:
Subject: pgsql: Allow CHECK constraints to be placed on foreign tables.