pgsql: Fix MSVC build script's check for obsolete node support function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix MSVC build script's check for obsolete node support function
Дата
Msg-id E1oL7j4-000uPy-Rt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix MSVC build script's check for obsolete node support functions.

Commit 964d01ae9 was a few bricks shy of a load here: the script
checked whether gen_node_support.pl itself had been updated since it
was last run, but not whether any of its input files had been updated.
Fix that.  While here, scrape the list of input files from the
Makefiles rather than having a duplicate copy, as we do for most
other lists of source files.

In passing, improve gen_node_support.pl's error report for an
incorrect file list.

Per gripe from Amit Kapila.

Discussion: https://postgr.es/m/CAA4eK1KQk4vP-3mTAz26h-PRUZaGu8Fc=q-ZKSajsAthH0A15w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a9f25e217428cdf4119ff08b77f9f5bd45f563c

Modified Files
--------------
src/backend/nodes/gen_node_support.pl |  2 +-
src/tools/msvc/Solution.pm            | 50 +++++++++++++++--------------------
2 files changed, 23 insertions(+), 29 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Stabilize output of new regression test.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Stamp 15beta3.