pgsql: Exclude nodetags.h from headerscheck and cpluspluscheck.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Exclude nodetags.h from headerscheck and cpluspluscheck.
Date: 2022-07-09 23:26:32
Message-ID: E1oAJqI-0021dn-Ur@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Exclude nodetags.h from headerscheck and cpluspluscheck.

Since this file contains just a fragment of an enum declaration,
it can't be compiled on its own.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/301b06dd754007546305030683f439f675e40214

Modified Files
--------------
src/tools/pginclude/cpluspluscheck | 4 ++++
src/tools/pginclude/headerscheck | 4 ++++
2 files changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-07-10 05:03:31 pgsql: Fix \watch's interaction with libedit on ^C.
Previous Message Peter Eisentraut 2022-07-09 20:17:49 Re: pgsql: Move a comment