Exclude utils/probes.h and pg_trace.h from cpluspluscheck
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/tools/pginclude/cpluspluscheck | modified | +5 −1 |