Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc25464

Browse files
committed
Add exclusion to headercheck
src/include/common/unicode_combining_table.h is currently not meant tobe included standalone. Things could be refactored to allow it, butthat would be beyond the present purpose. So adding an exclusion hereseems best.Discussion:https://www.postgresql.org/message-id/10754.1579535012@sss.pgh.pa.us
1 parenta7a8488 commitcc25464

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎src/tools/pginclude/cpluspluscheck

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ do
110110
test"$f" = src/pl/plpython/spiexceptions.h&&continue
111111
test"$f" = src/pl/tcl/pltclerrcodes.h&&continue
112112

113+
# Also not meant to be included standalone.
114+
test"$f" = src/include/common/unicode_combining_table.h&&continue
115+
113116
# We can't make these Bison output files compilable standalone
114117
# without using "%code require", which old Bison versions lack.
115118
# parser/gram.h will be included by parser/gramparse.h anyway.

‎src/tools/pginclude/headerscheck

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ do
106106
test"$f" = src/pl/plpython/spiexceptions.h&&continue
107107
test"$f" = src/pl/tcl/pltclerrcodes.h&&continue
108108

109+
# Also not meant to be included standalone.
110+
test"$f" = src/include/common/unicode_combining_table.h&&continue
111+
109112
# We can't make these Bison output files compilable standalone
110113
# without using "%code require", which old Bison versions lack.
111114
# parser/gram.h will be included by parser/gramparse.h anyway.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp