Re: Join query crashes 7.3.1 backend...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mark Cave-Ayland" <m(dot)cave-ayland(at)webbased(dot)co(dot)uk>
Cc: "PostgreSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Join query crashes 7.3.1 backend...
Date: 2003-02-25 15:17:15
Message-ID: 10509.1046186235@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mark Cave-Ayland" <m(dot)cave-ayland(at)webbased(dot)co(dot)uk> writes:
> I'm having a problem executing a join query which causes the postgresql
> backend to crash.

Please try 7.3.2. There's a (longstanding) overflow problem in the
hash join code that only triggers on sufficiently large input sets.
It was detected and fixed a couple months ago...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-02-25 15:22:42 Re: error compiling 7.3.2 on solaris 8- library conflict
Previous Message Philippe Kiener 2003-02-25 15:13:06 Re: How do I change the server encoding?