projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a315b19
)
Add exception for unicode_east_asian_fw_table.h to headerscheck also
author
John Naylor
Thu, 23 Sep 2021 19:30:25 +0000
(15:30 -0400)
committer
John Naylor
Thu, 23 Sep 2021 19:30:25 +0000
(15:30 -0400)
Followup to
a315b19cc
src/tools/pginclude/headerscheck
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pginclude/headerscheck
b/src/tools/pginclude/headerscheck
index 5dab555340afd61c0e3bd41046251985785ad37e..4123d7d0f0453ae005c65c1189126103d0ce100e 100755
(executable)
--- a/
src/tools/pginclude/headerscheck
+++ b/
src/tools/pginclude/headerscheck
@@
-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.