pgsql: Add exception for unicode_east_asian_fw_table.h to cpluspluschec

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add exception for unicode_east_asian_fw_table.h to cpluspluschec
Date: 2021-09-23 19:24:21
Message-ID: E1mTUKT-0006dE-G3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2021-09-23 19:32:41 pgsql: Add exception for unicode_east_asian_fw_table.h to headerscheck
Previous Message Alexander Korotkov 2021-09-23 18:04:46 pgsql: Split macros from visibilitymap.h into a separate header