pgsql: Correct Makefile dependencies for catalog scripts

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Correct Makefile dependencies for catalog scripts
Дата
Msg-id E1nJQml-0001l7-4Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct Makefile dependencies for catalog scripts

At some point, Gen_fmgrtab.pl stopped needing the value of defined symbols
from access/transam.h, while genbki.pl starting doing so. The Makefiles
didn't get the memo, so update the relevant dependencies.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b19a7e392a6ac2aa72f3556e6090bf010b858785

Modified Files
--------------
src/backend/catalog/Makefile | 2 +-
src/backend/utils/Makefile   | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add ./configure check for "lz4" command
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Track LLVM 15 changes.