Exclude utils/probes.h and pg_trace.h from cpluspluscheck

Peter Eisentraut <peter_e@gmx.net>

Commit: 1275b88f711c663e3b7a77c7526a934752efe52d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-03-02T03:46:11Z
Releases: 9.3.0
Exclude utils/probes.h and pg_trace.h from cpluspluscheck

They can include sys/sdt.h from SystemTap, which itself contains C++
code and so won't compile with a C++ compiler under extern "C" linkage.

Files

PathChange+/−
src/tools/pginclude/cpluspluscheck modified +5 −1