Re: [HACKERS] Crashing backend!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jwieck(at)debis(dot)com (Jan Wieck)
Cc: pgsql-hackers(at)postgreSQL(dot)org (PostgreSQL HACKERS)
Subject: Re: [HACKERS] Crashing backend!
Date: 1998-10-18 23:39:22
Message-ID: 26813.908753962@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

jwieck(at)debis(dot)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

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 1998-10-19 00:32:19 Re: [HACKERS] unique indexes and pqlib
Previous Message Bruce Momjian 1998-10-18 23:28:56 Re: [HACKERS] Bug in keywords.c