TPRINTF in trace.h - Mailing list pgsql-hackers

From Andreas Zeugswetter
Subject TPRINTF in trace.h
Date
Msg-id 01BDD515.39ED1470@zeugswettera.user.lan.at
Whole thread Raw
Responses Re: [HACKERS] TPRINTF in trace.h  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] flock patch breaks things here
Next
From: "Thomas A. Szybist"
Date:
Subject: Re: [HACKERS] Core dump in regression tests.