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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Clarify the regexp used to detect source files in MSVC builds.
Дата
Msg-id E1Y1Kh8-00052O-5g@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix another poorly worded error message.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow CHECK constraints to be placed on foreign tables.