Re: failed to build any 8-way joins: SQLSTATE: XX000 on PostgreSQL 8.2.6 - Mailing list pgsql-general

From Tom Lane
Subject Re: failed to build any 8-way joins: SQLSTATE: XX000 on PostgreSQL 8.2.6
Date
Msg-id 13914.1202190742@sss.pgh.pa.us
Whole thread Raw
In response to failed to build any 8-way joins: SQLSTATE: XX000 on PostgreSQL 8.2.6  (Ken Johanson <pg-user@kensystem.com>)
Responses Re: failed to build any 8-way joins: SQLSTATE: XX000 on PostgreSQL 8.2.6
List pgsql-general
Ken Johanson <pg-user@kensystem.com> writes:
> Sorry Tom, I just missed you and responded on list, also asking if there
> were a test implied in adjusting the query. Anyway, here is trimmed-down
> DDL.

Well, if I just load this script into an empty DB in 8.2-CVS-tip and
then run the given query, it does what I'd expect (return a zero-row
result).  If the same case fails for you, that suggests we fixed it.

If increasing join_collapse_limit to 9 or more makes the problem go away
for you, that would be additional evidence that what you are seeing is
the same problem already diagnosed.  That might be a usable workaround
for you until 8.2.7 comes out...

            regards, tom lane

pgsql-general by date:

Previous
From: Ken Johanson
Date:
Subject: Re: failed to build any 8-way joins: SQLSTATE: XX000 on PostgreSQL 8.2.6
Next
From: Ken Johanson
Date:
Subject: Simplest syntax (or a UI?) to rename columns and sequences and constraints (etc)?