BUG: NOT boolfield kills backend

From: Zsolt Varga <redax(at)agria(dot)hu>
To: PostgreSQL hackers list <pgsql-hackers(at)postgreSQL(dot)org>
Subject: BUG: NOT boolfield kills backend
Date: 1998-09-18 10:39:16
Message-ID: Pine.LNX.3.96.980918123446.29674B-100000@lupus.agria.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,
I just found an error in every postgres versions,
(I tried 6.2.1, 6.3.2, and 6.4beta1 )

if I have a table with boolean field, and I want to negate that field,
it's kills the backend process... meanwhile 'select not ( 'T'::bool )'
works well...

create table t1 ( b bool );
insert into t1 values ( 'T' );

select not b from t1;
PQexec() -- Request was sent to backend, but backend closed the channel
before responding.
This probably means the backend terminated abnormally before or
while processing the request.

don't you have some idea what to do,?

thanks,
Redax
.----------------------------------------------------------.
|Zsolt Varga | tel/fax: +36 36 422811 |
| AgriaComputer LTD | email: redax(at)agria(dot)hu |
| System Administrator | URL: http://www.agria.hu/ |
`----------------------------------------------------------'

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sferacarta Software 1998-09-18 12:54:23 Re: [HACKERS] BUG: NOT boolfield kills backend
Previous Message Michael Meskes 1998-09-18 07:13:43 ecpg docs