Fix make headerscheck
authorJohn Naylor <[email protected]>
Sat, 27 Apr 2024 04:38:41 +0000 (11:38 +0700)
committerJohn Naylor <[email protected]>
Sat, 27 Apr 2024 04:38:41 +0000 (11:38 +0700)
commit52f44615cecf0c0038d79374423d4b5042f0a07c
treeeae7f5f5fedf75752ae86e60699ce0178597b378
parent2209c70c652e57314961a25725266821721415b8
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
src/backend/Makefile
src/backend/utils/Makefile