Re: BUG #5472: Postgres hard crash in ...WHERE <bigint_col> IN (SELECT * FROM (VALUES (<int_value>), ...) AS t(col))

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Vlad Romascanu" <vromascanu(at)accurev(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5472: Postgres hard crash in ...WHERE <bigint_col> IN (SELECT * FROM (VALUES (<int_value>), ...) AS t(col))
Date: 2010-05-25 17:47:33
Message-ID: 26901.1274809653@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Vlad Romascanu" <vromascanu(at)accurev(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-05-25 17:49:19 Re: BUG #5472: Postgres hard crash in ...WHERE <bigint_col> IN (SELECT * FROM (VALUES (<int_value>), ...) AS t(col))
Previous Message Alex Hunsaker 2010-05-25 17:46:18 Re: BUG #5472: Postgres hard crash in ...WHERE <bigint_col> IN (SELECT * FROM (VALUES (<int_value>),...) AS t(col))