Re: BUG #5472: Postgres hard crash in ...WHERE IN
(SELECT * FROM (VALUES (),...) AS t(col))
От | Alex Hunsaker |
---|---|
Тема | Re: BUG #5472: Postgres hard crash in ...WHERE |
Дата | |
Msg-id | AANLkTimUsjvRxKdZYaZ_FZjHp8JThh3XqWxlGAhbrzpo@mail.gmail.com обсуждение исходный текст |
Ответ на |
BUG #5472: Postgres hard crash in ...WHERE |
Ответы |
Re: BUG #5472: Postgres hard crash in ...WHERE Re: BUG #5472: Postgres hard crash in ...WHERE Re: BUG #5472: Postgres hard crash in ...WHERE |
Список | pgsql-bugs |
On Tue, May 25, 2010 at 10:39, Vlad Romascanu <vromascanu@accurev.com> wrote: > The following reproducibly crashes Postgres 8.4.3 (segfault) inside > int84eq() on both Windows and Linux, but works just fine in 8.3.4: Hrm... Both work for me (8.4.3 and 8.4.4). -- => SELECT col1, col2 FROM t1 WHERE col1 IN ( SELECT * FROM (VALUES (1),(2)) AS (> t2(col1) ) -> ; col1 | col2 ------+------ 1 | 2 2 | 3 => SELECT col1, col2 FROM t1 WHERE col1::integer IN ( SELECT * FROM (VALUES (> (1),(2)) AS t2(col1) ); col1 | col2 ------+------ 1 | 2 2 | 3
В списке pgsql-bugs по дате отправления: