File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 9797 # sepgsql.h depends on headers that aren't there on most platforms.
9898 test " $f " = contrib/sepgsql/sepgsql.h && continue
9999
100+ # nodetags.h cannot be included standalone: it's just a code fragment.
101+ test " $f " = src/include/nodes/nodetags.h && continue
102+ test " $f " = src/backend/nodes/nodetags.h && continue
103+
100104 # These files are not meant to be included standalone, because
101105 # they contain lists that might have multiple use-cases.
102106 test " $f " = src/include/access/rmgrlist.h && continue
Original file line number Diff line number Diff line change 9393 # sepgsql.h depends on headers that aren't there on most platforms.
9494 test " $f " = contrib/sepgsql/sepgsql.h && continue
9595
96+ # nodetags.h cannot be included standalone: it's just a code fragment.
97+ test " $f " = src/include/nodes/nodetags.h && continue
98+ test " $f " = src/backend/nodes/nodetags.h && continue
99+
96100 # These files are not meant to be included standalone, because
97101 # they contain lists that might have multiple use-cases.
98102 test " $f " = src/include/access/rmgrlist.h && continue
You can’t perform that action at this time.
0 commit comments