pgsql: Correct Makefile dependencies for catalog scripts

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct Makefile dependencies for catalog scripts
Date: 2022-02-14 02:08:15
Message-ID: E1nJQml-0001l7-4Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-02-14 02:56:47 pgsql: Track LLVM 15 changes.
Previous Message Michael Paquier 2022-02-14 02:03:44 Re: pgsql: Add TAP test to automate the equivalent of check_guc