Re: problem with NOTICE: _outNode: don't know how to print type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with NOTICE: _outNode: don't know how to print type
Дата
Msg-id 473.959294943@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: problem with NOTICE: _outNode: don't know how to print type  (Ari Jolma <ajolma@water.hut.fi>)
Ответы PG 7.0 vacuum problem  (Marcin Inkielman <marn@wsisiz.edu.pl>)
Список pgsql-general
Ari Jolma <ajolma@water.hut.fi> writes:
> It seems that there needs to be a union and a subselect.

Yes.

> And the really curious thing is that this problem seems
> to depend on which redhat version there is!

It was trying to interpret a pointer-to-character-string as
a pointer to a Node, so the results would be quite machine-
dependent.  This didn't have any effect on execution of the
query, only on display of the parsetree in the postmaster log;
but in the worst-case scenario you could see a coredump from
the printout routine following a nonaligned pointer or some such.

Fixed for 7.0.1.

            regards, tom lane

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

Предыдущее
От: Herbert Liechti
Дата:
Сообщение: Re: postgresql and perl?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Limits on PostgreSQL