Re: Strange server error with current 8.0beta driver

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strange server error with current 8.0beta driver
Дата
Msg-id 694.1100914135@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Strange server error with current 8.0beta driver  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris Jurka <books@ejurka.com> writes:
> On Fri, 19 Nov 2004, Barry Lind wrote:
>> ERROR:  unrecognized node type: 25344832

> This type of error points to a bug in the server.

Right.  Could we see a test case?

If you did not build the server with --enable-cassert, try doing so;
that will probably make the error more reproducible.  I suspect that
you've found a problem with dangling pointers or some such, and the
variability depends on whether the referenced memory has been re-used
yet.  --enable-cassert turns on code to wipe freed memory immediately,
so it should make it easier to track down the query that causes this.

            regards, tom lane

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Strange server error with current 8.0beta driver
Следующее
От: "Barry Lind"
Дата:
Сообщение: Re: Strange server error with current 8.0beta driver