Re: [HACKERS] Crashing backend!

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jwieck(at)debis(dot)com
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgslq-sql(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Crashing backend!
Date: 1998-10-19 05:49:12
Message-ID: 199810190549.BAA02217@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

Just tested it on BSDI. Worked fine.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-19 05:54:51 Re: [HACKERS] What about LIMIT in SELECT ?
Previous Message Bruce Momjian 1998-10-19 05:47:39 Re: [HACKERS] Re: inet/cidr/bind