Re: [HACKERS] Crashing backend!

From: jwieck(at)debis(dot)com (Jan Wieck)
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 10:07:38
Message-ID: m0zVCDz-000EBPC@orion.SAPserv.Hamburg.dsh.de
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.

Seems something is spying my email here on the system. As
soon as you all reported that it works for you the problem
disappeared.

Sorry for the panic.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Zeugswetter 1998-10-19 10:19:56 AW: [HACKERS] SELECT ... LIMIT (trial implementation)
Previous Message Hiroshi Inoue 1998-10-19 09:52:46 RE: [HACKERS] What about LIMIT in SELECT ?