Re: [HACKERS] Crashing backend! - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Crashing backend!
Date
Msg-id 26813.908753962@sss.pgh.pa.us
Whole thread Raw
In response to Crashing backend!  (jwieck@debis.com (Jan Wieck))
List pgsql-hackers
jwieck@debis.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

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Bug in keywords.c
Next
From: Vince Vielhaber
Date:
Subject: Re: [HACKERS] unique indexes and pqlib