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: Thu, 01 May 2008 10:30:21 -0400
- Message-id: <8220(dot)1209652221(at)sss(dot)pgh(dot)pa(dot)us>
"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
Home |
Main Index |
Thread Index