aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pginclude/cpluspluscheck
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-02-08 07:01:21 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-02-08 07:01:21 -0500
commitcf4d67e819e05d46836d896cce2a2b52f4a194d0 (patch)
tree3d130e80243dcb6e5249f673028cefc34e2927e8 /src/tools/pginclude/cpluspluscheck
parent4760142146ffc0a88a17b7ef477b8a84b041238e (diff)
downloadpostgresql-cf4d67e819e05d46836d896cce2a2b52f4a194d0.tar.gz
postgresql-cf4d67e819e05d46836d896cce2a2b52f4a194d0.zip
Exclude access/rmgrlist.h from cpluspluscheck
It is not meant to be included standalone.
Diffstat (limited to 'src/tools/pginclude/cpluspluscheck')
-rwxr-xr-xsrc/tools/pginclude/cpluspluscheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/pginclude/cpluspluscheck b/src/tools/pginclude/cpluspluscheck
index b9ce51c2245..9004b141d17 100755
--- a/src/tools/pginclude/cpluspluscheck
+++ b/src/tools/pginclude/cpluspluscheck
@@ -14,6 +14,7 @@ trap 'rm -rf $tmp' 0 1 2 3 15
# the relevant file anyway.
# rusagestub.h is also platform-specific, and will be included by
# utils/pg_rusage.h if necessary.
+# access/rmgrlist.h is not meant to be included standalone.
# regex/regerrs.h is not meant to be included standalone.
# parser/gram.h will be included by parser/gramparse.h.
# parser/kwlist.h is not meant to be included standalone.
@@ -21,6 +22,7 @@ trap 'rm -rf $tmp' 0 1 2 3 15
for f in `find src/include src/interfaces/libpq/libpq-fe.h src/interfaces/libpq/libpq-events.h -name '*.h' -print | \
grep -v -e ^src/include/port/ \
-e ^src/include/rusagestub.h -e ^src/include/regex/regerrs.h \
+ -e ^src/include/access/rmgrlist.h \
-e ^src/include/parser/gram.h -e ^src/include/parser/kwlist.h`
do
{