Re: BUG #2225: Backend crash -- BIG table - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: BUG #2225: Backend crash -- BIG table
Date
Msg-id 20060203084029.G58509@megazone.bigpanda.com
Whole thread Raw
In response to BUG #2225: Backend crash -- BIG table  ("Patrick Rotsaert" <patrick.rotsaert@arrowup.be>)
Responses Re: BUG #2225: Backend crash -- BIG table
List pgsql-bugs
On Mon, 30 Jan 2006, Patrick Rotsaert wrote:

> Problem:
> -------
> Executing a select query causes the backend to crash. This is the output
> from the psql frontend:
>
>     pointspp=# select trid, count(*) from pptran group by trid having count(*)
> > 1;
>     server closed the connection unexpectedly
>         This probably means the server terminated abnormally
>         before or while processing the request.
>     The connection to the server was lost. Attempting reset: Failed.
>     !>

One question is what does the explain (without analyze) plan look like for
the above and are the row estimates valid in the case of one of the hash
plans.

Failing that, how many rows should the above return?

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #2234: terminated by signal 11
Next
From: Stephan Szabo
Date:
Subject: Re: BUG #2225: Backend crash -- BIG table