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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #1019: src/pl/tcl/pltcl.c
Дата
Msg-id 200312191315.40046.peter_e@gmx.net
обсуждение исходный текст
Ответ на BUG #1019: src/pl/tcl/pltcl.c  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Ответы Re: BUG #1019: src/pl/tcl/pltcl.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
> 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.  As you
noticed, this topic has already been discussed, and the solution needs to be
a little more involved than this.

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #1018: Incomplete src/pl/tcl/Makefile
Следующее
От: "Russell Garrett"
Дата:
Сообщение: Re: Urgent: Key constraints behaving weirdly