Re: BUG #1019: src/pl/tcl/pltcl.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1019: src/pl/tcl/pltcl.c
Дата
Msg-id 9662.1071848850@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #1019: src/pl/tcl/pltcl.c  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:
>> In src/pl/tcl/pltcl.c:
>> Permute the order of:
>> #include "postgres.h"
>> #include <tcl.h>
>> so as it appears as:
>> #include <tcl.h>
>> #include "postgres.h"

> I' afraid this is not a fix but just paints over the symptoms.

... and would create serious new problems of its own, at least on some
platforms.  postgres.h has to be the *first* inclusion of any system
headers.

            regards, tom lane

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1020: Timestamp representation printed by PostgreSQL are invalid
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1020: Timestamp representation printed by PostgreSQL are invalid