Re: 8.3.0 backend segfaults

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.3.0 backend segfaults
Дата
Msg-id 20391.1205339463@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 8.3.0 backend segfaults  ("Alex Hunsaker" <badalex@gmail.com>)
Ответы Re: 8.3.0 backend segfaults  ("Alex Hunsaker" <badalex@gmail.com>)
Список pgsql-bugs
"Alex Hunsaker" <badalex@gmail.com> writes:
> Here is what im trying right now with no success:

>         my $sth = $db->prepare_cached('select * from junk left join
> junk as j on j.junk = junk.junk where junk.junk like ? limit 1;');

You need to duplicate more of the original query structure to provoke
the problem, likely.  The crash appeared to involve evaluation of an
immutable SQL function ...

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Rodriguez Fernando
Дата:
Сообщение: Re: 8.3.0 backend segfaults
Следующее
От: "Alex Hunsaker"
Дата:
Сообщение: Re: 8.3.0 backend segfaults