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

Peter Eisentraut <peter_e@gmx.net>

Commit: 224f6e501220627d2d72833bd4876d42aefbcb6e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-03-02T03:43:47Z
Releases: 9.2.4
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