Re: Crash in PostgreSQL-8.2.4 while executing query - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Crash in PostgreSQL-8.2.4 while executing query
Date
Msg-id dcc563d10707071425y3ba4a520xe60ba2d9a85f9d65@mail.gmail.com
Whole thread Raw
In response to Crash in PostgreSQL-8.2.4 while executing query  ("rupesh bajaj" <rupesh.bajaj@gmail.com>)
List pgsql-general
On 7/7/07, rupesh bajaj <rupesh.bajaj@gmail.com> wrote:
> Hi,
> When I run the following query Postmaster crashes. For your reference I have
> attached information regarding the query (query plan, table , index, server
> log).
> My observation is that when Postmaster starts taking lot of memory because
> of which system runs out of memory and OS kills the process. System specs
> are as: SUSE 10.1, 2GB RAM , P- IV.

Formatting your queries makes it much easier for people reading it to
try and help you.

This query looks like an unconstrained join.  Judging by the query
plan that explain returns, I'd sau that is the case.

What, exactly, are you trying to do here?  I'd think that a union of
two queries with those where exists clauses as where clauses and a
proper join on the semtable might work beyyer.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Crash in PostgreSQL-8.2.4 while executing query
Next
From: Andreas 'ads' Scherbaum
Date:
Subject: Re: Problem with autovacuum and pg_autovacuum