| From: | "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org> |
|---|---|
| To: | jwieck(at)debis(dot)com (Jan Wieck) |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org (PostgreSQL HACKERS), pgslq-sql(at)postgreSQL(dot)org (SQL discussion) |
| Subject: | Re: [HACKERS] Crashing backend! |
| Date: | 1998-10-19 06:16:56 |
| Message-ID: | 199810190616.CAA06082@bgalli.mug.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)Allie(at)mug(dot)org
| /| | 7436 Hartwell | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie(at)email(dot)msn(dot)com
|/ |LLIE | (313) 582-1540 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Meskes | 1998-10-19 06:17:03 | Re: [HACKERS] Problem with interfaces/ecpg/lib/Makefile.in in PostgreSQL 6.4. |
| Previous Message | Bruce Momjian | 1998-10-19 05:54:51 | Re: [HACKERS] What about LIMIT in SELECT ? |