TPRINTF in trace.h

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: TPRINTF in trace.h
Date: 1998-08-31 17:20:26
Message-ID: 01BDD515.39ED1470@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas A. Szybist 1998-08-31 17:41:49 Re: [HACKERS] Core dump in regression tests.
Previous Message Bruce Momjian 1998-08-31 17:09:09 Re: [HACKERS] flock patch breaks things here