Re: BUG #5006: Backend crashed after select with subselect in where cluase

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Miroslav Trisc" <miro(dot)trisc(at)swissonline(dot)ch>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5006: Backend crashed after select with subselect in where cluase
Date: 2009-08-24 15:12:18
Message-ID: 11920.1251126738@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Miroslav Trisc" <miro(dot)trisc(at)swissonline(dot)ch> writes:
> My select : select * from wms_shp_delivery where id in (
> select shp_delivery_id from wms_shp_bins
> where edi_id='5452'
> )
> caused that Postgre server completely crash.

We can't really do anything about this without a reproducible test case,
which this report doesn't provide.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-08-24 15:24:16 Re: 8.4.0 data loss / HOT-related bug
Previous Message Miroslav Trisc 2009-08-24 15:00:25 BUG #5006: Backend crashed after select with subselect in where cluase