From: John Naylor Date: Tue, 13 Sep 2022 09:57:15 +0000 (+0700) Subject: Adjust header exceptions for 0bd9c6297 X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=fcf7b3a9d42c3cf778dab0fc644f11f12684d184;p=users%2Frhaas%2Fpostgres.git Adjust header exceptions for 0bd9c6297 Per buildfarm animal crake --- diff --git a/src/tools/pginclude/cpluspluscheck b/src/tools/pginclude/cpluspluscheck index 547f9dc5c4..c408647297 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 158c99d6af..6f6f0b8bda 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