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.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/1275b88f711c663e3b7a77c7526a934752efe52d Modified Files -------------- src/tools/pginclude/cpluspluscheck | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
