Re: BUG #4135: postmaster crashes if matching on VALUES is used on a column with index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Miernik" <public(at)miernik(dot)name>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4135: postmaster crashes if matching on VALUES is used on a column with index
Date: 2008-05-01 14:30:21
Message-ID: 8220.1209652221@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Miernik" <public(at)miernik(dot)name> writes:
> test1=> SELECT bar FROM foo WHERE bar IN (VALUES (1));
> server closed the connection unexpectedly

Hm, worksforme using 8.3 branch tip. I think this is the same
problem already reported (and fixed) as bug #4113.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Wojciech Strzalka 2008-05-02 18:11:39 BUG #4137: Postgres drives pg_standby %r param to delete WAL file before processing
Previous Message Miernik 2008-04-30 21:57:45 BUG #4135: postmaster crashes if matching on VALUES is used on a column with index