Re: postgresql 8.2.0 -- LIMIT NULL crashes server - Mailing list pgsql-bugs

From Stefan Kaltenbrunner
Subject Re: postgresql 8.2.0 -- LIMIT NULL crashes server
Date
Msg-id 458AAD4D.5090809@kaltenbrunner.cc
Whole thread Raw
In response to postgresql 8.2.0 -- LIMIT NULL crashes server  (Norman Yamada <nyamada@millburncorp.com>)
List 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 by date:

Previous
From: Norman Yamada
Date:
Subject: postgresql 8.2.0 -- LIMIT NULL crashes server
Next
From: "Mike"
Date:
Subject: BUG #2855: SEGV on PL/PGSQL function