diff options
author | John Naylor <john.naylor@postgresql.org> | 2022-09-13 16:57:15 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2022-09-13 16:57:15 +0700 |
commit | fcf7b3a9d42c3cf778dab0fc644f11f12684d184 (patch) | |
tree | 0d582e80b93f9258093d38d8f889c8e884e2ac3e /src/tools/pginclude/cpluspluscheck | |
parent | 0bd9c629732375e21d3ca6fba16c4a6a2808411a (diff) | |
download | postgresql-fcf7b3a9d42c3cf778dab0fc644f11f12684d184.tar.gz postgresql-fcf7b3a9d42c3cf778dab0fc644f11f12684d184.zip |
Adjust header exceptions for 0bd9c6297
Per buildfarm animal crake
Diffstat (limited to 'src/tools/pginclude/cpluspluscheck')
-rwxr-xr-x | src/tools/pginclude/cpluspluscheck | 2 |
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 |