pgsql: Clarify the regexp used to detect source files in MSVC builds.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify the regexp used to detect source files in MSVC builds.
Date: 2014-12-17 19:55:38
Message-ID: E1Y1Kh8-00052O-5g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-12-17 22:01:05 pgsql: Allow CHECK constraints to be placed on foreign tables.
Previous Message Tom Lane 2014-12-17 18:22:43 pgsql: Fix another poorly worded error message.