Re: [HACKERS] Crashing backend!

Поиск
Список
Период
Сортировка
От Billy G. Allie
Тема Re: [HACKERS] Crashing backend!
Дата
Msg-id 199810190616.CAA06082@bgalli.mug.org
обсуждение исходный текст
Ответ на Crashing backend!  (jwieck@debis.com (Jan Wieck))
Список pgsql-hackers
Jan Wieck wrote:
> Outch,
> 
> 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.
>         This probably means the backend terminated abnormally before or while processing the request.
> We have lost the connection to the backend, so further processing is impossible.  Terminating.

I just tested it on the UnixWare 7.x port and it worked fine.
-- 
____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie@email.msn.com
|/  |LLIE  | (313) 582-1540    | 




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: inet/cidr/bind
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] unique indexes and pqlib