aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pginclude/cpluspluscheck
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 /src/tools/pginclude/cpluspluscheck
parent0bd9c629732375e21d3ca6fba16c4a6a2808411a (diff)
downloadpostgresql-fcf7b3a9d42c3cf778dab0fc644f11f12684d184.tar.gz
postgresql-fcf7b3a9d42c3cf778dab0fc644f11f12684d184.zip
Adjust header exceptions for 0bd9c6297
Per buildfarm animal crake
Diffstat (limited to 'src/tools/pginclude/cpluspluscheck')
-rwxr-xr-xsrc/tools/pginclude/cpluspluscheck2
1 files changed, 1 insertions, 1 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