File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 122
122
# We can't make these Bison output files compilable standalone
123
123
# without using "%code require", which old Bison versions lack.
124
124
# parser/gram.h will be included by parser/gramparse.h anyway.
125
+ test " $f " = contrib/cube/cubeparse.h && continue
126
+ test " $f " = contrib/seg/segparse.h && continue
127
+ test " $f " = src/backend/bootstrap/bootparse.h && continue
125
128
test " $f " = src/include/parser/gram.h && continue
126
129
test " $f " = src/backend/parser/gram.h && continue
130
+ test " $f " = src/backend/replication/repl_gram.h && continue
131
+ test " $f " = src/backend/replication/syncrep_gram.h && continue
132
+ test " $f " = src/backend/utils/adt/jsonpath_gram.h && continue
133
+ test " $f " = src/bin/pgbench/exprparse.h && continue
127
134
test " $f " = src/pl/plpgsql/src/pl_gram.h && continue
128
135
test " $f " = src/interfaces/ecpg/preproc/preproc.h && continue
136
+ test " $f " = src/test/isolation/specparse.h && continue
129
137
130
138
# ppport.h is not under our control, so we can't make it standalone.
131
139
test " $f " = src/pl/plperl/ppport.h && continue
You can’t perform that action at this time.
0 commit comments