Re: BUG #5472: Postgres hard crash in ...WHERE IN (SELECT * FROM (VALUES (),...) AS t(col)) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5472: Postgres hard crash in ...WHERE IN (SELECT * FROM (VALUES (),...) AS t(col))
Date
Msg-id 26901.1274809653@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5472: Postgres hard crash in ...WHERE IN (SELECT * FROM (VALUES (),...) AS t(col))  ("Vlad Romascanu" <vromascanu@accurev.com>)
List pgsql-bugs
"Vlad Romascanu" <vromascanu@accurev.com> writes:
> Description:        Postgres hard crash in ...WHERE <bigint_col> IN (SELECT
> * FROM (VALUES (<int_value>),...) AS t(col))

Fixed, thanks for the report!  Patch is here if you need it:
http://archives.postgresql.org/message-id/20100525174447.C0B007541D2@cvs.postgresql.org

            regards, tom lane

pgsql-bugs by date:

Previous
From: Alex Hunsaker
Date:
Subject: Re: BUG #5472: Postgres hard crash in ...WHERE IN (SELECT * FROM (VALUES (),...) AS t(col))
Next
From: Tom Lane
Date:
Subject: Re: BUG #5472: Postgres hard crash in ...WHERE IN (SELECT * FROM (VALUES (),...) AS t(col))