Re: postgresql 8.2.0 -- LIMIT NULL crashes server

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Norman Yamada <nyamada(at)millburncorp(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, Tyler Hammond <thammond(at)millburncorp(dot)com>
Subject: Re: postgresql 8.2.0 -- LIMIT NULL crashes server
Date: 2006-12-21 15:50:37
Message-ID: 458AAD4D.5090809@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Terry Askew 2006-12-21 16:24:11 Internal Error XXOO...Mission Critical
Previous Message Norman Yamada 2006-12-21 15:45:40 postgresql 8.2.0 -- LIMIT NULL crashes server