TPRINTF in trace.h

Поиск
Список
Период
Сортировка
От Andreas Zeugswetter
Тема TPRINTF in trace.h
Дата
Msg-id 01BDD515.39ED1470@zeugswettera.user.lan.at
обсуждение исходный текст
Ответы Re: [HACKERS] TPRINTF in trace.h
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] flock patch breaks things here
Следующее
От: "Thomas A. Szybist"
Дата:
Сообщение: Re: [HACKERS] Core dump in regression tests.