File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ trap 'rm -rf $tmp' 0 1 2 3 15
1414# the relevant file anyway.
1515# rusagestub.h is also platform-specific, and will be included by
1616# utils/pg_rusage.h if necessary.
17+ # access/rmgrlist.h is not meant to be included standalone.
1718# regex/regerrs.h is not meant to be included standalone.
1819# parser/gram.h will be included by parser/gramparse.h.
1920# parser/kwlist.h is not meant to be included standalone.
2021
2122for f in ` find src/include src/interfaces/libpq/libpq-fe.h src/interfaces/libpq/libpq-events.h -name ' *.h' -print | \
2223 grep -v -e ^src/include/port/ \
2324 -e ^src/include/rusagestub.h -e ^src/include/regex/regerrs.h \
25+ -e ^src/include/access/rmgrlist.h \
2426 -e ^src/include/parser/gram.h -e ^src/include/parser/kwlist.h`
2527do
2628 {
You can’t perform that action at this time.
0 commit comments