Add exception for unicode_east_asian_fw_table.h to cpluspluscheck
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 23 Sep 2021 19:14:22 +0000 (15:14 -0400)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 23 Sep 2021 19:23:48 +0000 (15:23 -0400)
commita315b19cceeb2ccbe17c7ddd6e7c90911b325f9b
treeed1ffa212113544020ca014656ddf49379033934
parentb92f9f74436c48054e7743548edc8ca50e97c6b1
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
src/tools/pginclude/cpluspluscheck