pgsql: Add exception for unicode_east_asian_fw_table.h to cpluspluschec - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Add exception for unicode_east_asian_fw_table.h to cpluspluschec
Date
Msg-id E1mTUKT-0006dE-G3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add exception for unicode_east_asian_fw_table.h to cpluspluscheck

unicode_east_asian_fw_table.h should not be compiled standalone, similarly
to unicode_combining_table.h, but cpluspluscheck did not get the memo.

Oversight in bab982161.

Per report from Tom Lane

Branch
------
master

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

Modified Files
--------------
src/tools/pginclude/cpluspluscheck | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Split macros from visibilitymap.h into a separate header
Next
From: John Naylor
Date:
Subject: pgsql: Add exception for unicode_east_asian_fw_table.h to headerscheck