TPRINTF in trace.h
Zeugswetter Andreas IZ5 <andreas.zeugswetter@telecom.at>
From: Andreas Zeugswetter <andreas.zeugswetter@telecom.at>
To: "'hackers@postgresql.org'" <hackers@postgresql.org>
Date: 1998-08-31T17:20:26Z
Lists: pgsql-hackers
The recent changes in the tracing code are unfortunately not portable. #define PRINTF(args...) tprintf(TRACE_ALL, args) is not accepted by all compilers. Is there another way to express this ? Is my AIX xlc Version 3.1.4 the only one with this problem ? Andreas