aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2022-09-13 16:57:15 +0700
committerJohn Naylor <john.naylor@postgresql.org>2022-09-13 16:57:15 +0700
commitfcf7b3a9d42c3cf778dab0fc644f11f12684d184 (patch)
tree0d582e80b93f9258093d38d8f889c8e884e2ac3e
parent0bd9c629732375e21d3ca6fba16c4a6a2808411a (diff)
downloadpostgresql-fcf7b3a9d42c3cf778dab0fc644f11f12684d184.tar.gz
postgresql-fcf7b3a9d42c3cf778dab0fc644f11f12684d184.zip
Adjust header exceptions for 0bd9c6297
Per buildfarm animal crake
-rwxr-xr-xsrc/tools/pginclude/cpluspluscheck2
-rwxr-xr-xsrc/tools/pginclude/headerscheck2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/pginclude/cpluspluscheck b/src/tools/pginclude/cpluspluscheck
index 547f9dc5c4e..c408647297b 100755
--- a/src/tools/pginclude/cpluspluscheck
+++ b/src/tools/pginclude/cpluspluscheck
@@ -116,7 +116,7 @@ do
test "$f" = src/pl/tcl/pltclerrcodes.h && continue
# Also not meant to be included standalone.
- test "$f" = src/include/common/unicode_combining_table.h && continue
+ test "$f" = src/include/common/unicode_nonspacing_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
diff --git a/src/tools/pginclude/headerscheck b/src/tools/pginclude/headerscheck
index 158c99d6afc..6f6f0b8bdaf 100755
--- a/src/tools/pginclude/headerscheck
+++ b/src/tools/pginclude/headerscheck
@@ -111,7 +111,7 @@ do
test "$f" = src/pl/tcl/pltclerrcodes.h && continue
# Also not meant to be included standalone.
- test "$f" = src/include/common/unicode_combining_table.h && continue
+ test "$f" = src/include/common/unicode_nonspacing_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