Add exception for unicode_east_asian_fw_table.h to headerscheck also
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 23 Sep 2021 19:30:25 +0000 (15:30 -0400)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 23 Sep 2021 19:30:25 +0000 (15:30 -0400)
Followup to a315b19cc

src/tools/pginclude/headerscheck

index 5dab555340afd61c0e3bd41046251985785ad37e..4123d7d0f0453ae005c65c1189126103d0ce100e 100755 (executable)
@@ -110,6 +110,7 @@ do
 
    # Also not meant to be included standalone.
    test "$f" = src/include/common/unicode_combining_table.h && continue
+   test "$f" = src/include/common/unicode_east_asian_fw_table.h && continue
 
    # We can't make these Bison output files compilable standalone
    # without using "%code require", which old Bison versions lack.