Re: [HACKERS] TPRINTF in trace.h

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] TPRINTF in trace.h
Дата
Msg-id 199808311748.NAA23979@candle.pha.pa.us
обсуждение исходный текст
Ответ на TPRINTF in trace.h  (Andreas Zeugswetter <andreas.zeugswetter@telecom.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 ?

Yikes, that is certainly not standard C.  I have never seen that before.
Looks like a GNU-ism.  I nice one, but still a GNU-ism.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

В списке pgsql-hackers по дате отправления:

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