Thread: 8.2 Crash on Query

8.2 Crash on Query

From
"D. Hageman"
Date:
I have been able to crash the database consistently on a Fedora Core 5 
machine running postgresql 8.2.0.

The attached files are an example database (crash.shema) and the query 
that is used (crash.sql) as well as the log output from turning on all the 
debugging (crash.log).

I have a couple of other queries that do this as well, but this is the 
first one that I noticed.  This database schema and query works fine 
version 8.1.4.

-- 
//========================================================\\
||  D. Hageman                    <dhageman@dracken.com>  ||
\\========================================================//

Re: 8.2 Crash on Query

From
Tom Lane
Date:
"D. Hageman" <dhageman@dracken.com> writes:
> I have been able to crash the database consistently on a Fedora Core 5 
> machine running postgresql 8.2.0.

Yeah, LIMIT ALL is known broken in 8.2.0 :-(.  It's been fixed for
awhile, will be in 8.2.1.
        regards, tom lane