Re: BUG #5006: Backend crashed after select with subselect in where cluase - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5006: Backend crashed after select with subselect in where cluase
Date
Msg-id 11920.1251126738@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5006: Backend crashed after select with subselect in where cluase  ("Miroslav Trisc" <miro.trisc@swissonline.ch>)
List pgsql-bugs
"Miroslav Trisc" <miro.trisc@swissonline.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

pgsql-bugs by date:

Previous
From: "Miroslav Trisc"
Date:
Subject: BUG #5006: Backend crashed after select with subselect in where cluase
Next
From: Tom Lane
Date:
Subject: Re: 8.4.0 data loss / HOT-related bug