File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 97
97
# sepgsql.h depends on headers that aren't there on most platforms.
98
98
test " $f " = contrib/sepgsql/sepgsql.h && continue
99
99
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
+
100
104
# These files are not meant to be included standalone, because
101
105
# they contain lists that might have multiple use-cases.
102
106
test " $f " = src/include/access/rmgrlist.h && continue
Original file line number Diff line number Diff line change 93
93
# sepgsql.h depends on headers that aren't there on most platforms.
94
94
test " $f " = contrib/sepgsql/sepgsql.h && continue
95
95
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
+
96
100
# These files are not meant to be included standalone, because
97
101
# they contain lists that might have multiple use-cases.
98
102
test " $f " = src/include/access/rmgrlist.h && continue
You can’t perform that action at this time.
0 commit comments