Re: postgresql 8.2.0 -- LIMIT NULL crashes server

Поиск
Список
Период
Сортировка
От Stefan Kaltenbrunner
Тема Re: postgresql 8.2.0 -- LIMIT NULL crashes server
Дата
Msg-id 458AAD4D.5090809@kaltenbrunner.cc
обсуждение исходный текст
Ответ на postgresql 8.2.0 -- LIMIT NULL crashes server  (Norman Yamada <nyamada@millburncorp.com>)
Список pgsql-bugs
Norman Yamada wrote:
> Running postgresql 8.2.0 on Debian testing, Linux kernel 2.6.12, Dual
> Xeon 2.80GHz motherboard,
> gcc 4.0.3.
>
> If I run a statement like this:
>
> select * from [table] limit null;
>
> it crashes the server.

thanks for the report - this is already fixed in REL8_2_STABLE and will
appear in 8.2.1.

for more information see:

http://archives.postgresql.org/pgsql-committers/2006-12/msg00025.php


Stefan

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

Предыдущее
От: Norman Yamada
Дата:
Сообщение: postgresql 8.2.0 -- LIMIT NULL crashes server
Следующее
От: "Mike"
Дата:
Сообщение: BUG #2855: SEGV on PL/PGSQL function