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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5006: Backend crashed after select with subselect in where cluase
Дата
Msg-id 11920.1251126738@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5006: Backend crashed after select with subselect in where cluase  ("Miroslav Trisc" <miro.trisc@swissonline.ch>)
Список 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 по дате отправления:

Предыдущее
От: "Miroslav Trisc"
Дата:
Сообщение: BUG #5006: Backend crashed after select with subselect in where cluase
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 8.4.0 data loss / HOT-related bug