Re: BUG #2225: Backend crash -- BIG table

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Patrick Rotsaert <patrick(dot)rotsaert(at)arrowup(dot)be>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2225: Backend crash -- BIG table
Date: 2006-02-03 16:43:54
Message-ID: 20060203084029.G58509@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Patrick Rotsaert 2006-02-03 17:10:03 Re: BUG #2225: Backend crash -- BIG table
Previous Message Alvaro Herrera 2006-02-03 14:51:20 Re: BUG #2234: terminated by signal 11