pgsql: Fix make headerscheck

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix make headerscheck
Date: 2024-04-27 04:48:21
Message-ID: E1s0Zz2-000FLx-GH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix make headerscheck

In the wake of commits dac048f71 and ecaf7c5df, `make headerscheck`
no longer generated all headers that are included by other headers,
causing headerscheck/cpluspluscheck to fail. To fix, backpatch enough
makefile rules from 721856ff2 to generate all required headers.

Reported by Marina Polyakova
Backpatch to version 16 only, as the issue is not present on master

Discussion: https://postgr.es/m/231ea1127719b2b3d6d1c05f75808981%40postgrespro.ru

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/52f44615cecf0c0038d79374423d4b5042f0a07c

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

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2024-04-27 07:49:28 pgsql: Small cosmetic fixes in radix tree template
Previous Message Tom Lane 2024-04-26 17:20:26 Re: pgsql: psql: add an optional execution-count limit to \watch.