Re: cpluspluscheck/headerscheck require build in REL_16_STABLE

John Naylor <johncnaylorls@gmail.com>

From: John Naylor <johncnaylorls@gmail.com>
To: Marina Polyakova <m.polyakova@postgrespro.ru>
Cc: pgsql-hackers@postgresql.org
Date: 2024-04-17T00:21:58Z
Lists: pgsql-hackers
On Mon, Apr 15, 2024 at 9:20 PM Marina Polyakova
<m.polyakova@postgrespro.ru> wrote:
>
> On 2024-04-13 08:40, John Naylor wrote:
> > so that they build fine on PG16 as well. The problem is, not all the
> > required headers are generated when invoking `make headerscheck`. The
> > attached patch brings in some Makefile rules from master to make this
> > work. Does this fix it for you?
>
> Everything seems to work with this patch, thank you!

Glad to hear it -- I'll push next week when I get back from vacation,
unless there are objections.



Commits

  1. Fix make headerscheck

  2. Doc: fix bogus to_date() examples.

  3. Remove distprep

  4. Move gramparse.h to src/backend/parser

  5. Build all Flex files standalone