pgsql: Add exclusion to headercheck

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add exclusion to headercheck
Date: 2020-01-24 11:24:44
Message-ID: E1iux4u-0003j2-GE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add exclusion to headercheck

src/include/common/unicode_combining_table.h is currently not meant to
be included standalone. Things could be refactored to allow it, but
that would be beyond the present purpose. So adding an exclusion here
seems best.

Discussion: https://www.postgresql.org/message-id/10754.1579535012@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cc25464763f0211e59a209eb50a7b7a79449051f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-01-24 11:44:32 pgsql: Add pg_file_sync() to adminpack extension.
Previous Message Michael Paquier 2020-01-24 00:57:51 pgsql: Doc: Fix list of storage parameters available for ALTER TABLE