We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4760142 commit cf4d67eCopy full SHA for cf4d67e
src/tools/pginclude/cpluspluscheck
@@ -14,13 +14,15 @@ trap 'rm -rf $tmp' 0 1 2 3 15
14
# the relevant file anyway.
15
# rusagestub.h is also platform-specific, and will be included by
16
# utils/pg_rusage.h if necessary.
17
+# access/rmgrlist.h is not meant to be included standalone.
18
# regex/regerrs.h is not meant to be included standalone.
19
# parser/gram.h will be included by parser/gramparse.h.
20
# parser/kwlist.h is not meant to be included standalone.
21
22
for f in `find src/include src/interfaces/libpq/libpq-fe.h src/interfaces/libpq/libpq-events.h -name '*.h' -print | \
23
grep -v -e ^src/include/port/ \
24
-e ^src/include/rusagestub.h -e ^src/include/regex/regerrs.h \
25
+ -e ^src/include/access/rmgrlist.h \
26
-e ^src/include/parser/gram.h -e ^src/include/parser/kwlist.h`
27
do
28
{
0 commit comments