pgsql: Correct Makefile dependencies for catalog scripts - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Correct Makefile dependencies for catalog scripts
Date
Msg-id E1nJQml-0001l7-4Y@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add ./configure check for "lz4" command
Next
From: Thomas Munro
Date:
Subject: pgsql: Track LLVM 15 changes.