Re: Problems with char array set to NULL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jlapham(at)gandalf(dot)bioqmed(dot)ufrj(dot)br
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problems with char array set to NULL
Date: 2000-06-05 16:03:20
Message-ID: 12403.960221000@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

jlapham(at)gandalf(dot)bioqmed(dot)ufrj(dot)br writes:
> v7.0.0:
> template1=# create table a (id char[2]);
> CREATE
> template1=# insert into a (id) values (NULL);
> pqReadData() -- backend closed the channel unexpectedly.

This is fixed in 7.0.1.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-06-05 17:05:02 Re: [HACKERS] INSTALL/install.sgml file
Previous Message Tom Lane 2000-06-05 15:44:46 Re: AW: New warning code for missing FROM relations