Re: [HACKERS] Crashing backend!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Crashing backend!
Дата
Msg-id 26813.908753962@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Crashing backend!  (jwieck@debis.com (Jan Wieck))
Список pgsql-hackers
jwieck@debis.com (Jan Wieck) writes:
> just got the following on the 6.4b2:
> pgsql=> create table t1 (a int4, b date);
> CREATE
> pgsql=> insert into t1 values (1, 'now');
> INSERT 18282 1
> pgsql=> update t1 set b = NULL where a = 1;
> pqReadData() -- backend closed the channel unexpectedly.

FWIW, that sequence works fine for me here, using current CVS sources.
Perhaps it's platform-dependent?  (I'm on HPUX.)  Or maybe a bug fixed
since the 6.4b2 tarball?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Bug in keywords.c
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] unique indexes and pqlib