Re: ERROR: failed to build any 3-way joins

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: "Jehan-Guillaume (ioguix) de Rorthais" <jgdr(at)dalibo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ERROR: failed to build any 3-way joins
Date: 2010-05-24 00:53:10
Message-ID: AANLkTinqH4TfHUlNsSB-Vokh2mh3OV1I7sifepzQt5Sq@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, May 23, 2010 at 2:11 PM, Jehan-Guillaume (ioguix) de Rorthais
<jgdr(at)dalibo(dot)com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> A user reported us the following bug under phpPgAdmin with 9.0beta1, but it seems it comes from backend.
>
> Here is how to reproduce the bug:
>
> ================>
> postgres=# SELECT version();
>                                           version
> - ----------------------------------------------------------------------------------------------
>  PostgreSQL 9.0beta1 on i686-pc-linux-gnu, compiled by GCC gcc (Debian 4.4.3-2) 4.4.3, 32-bit
> (1 row)
>
> postgres=# SELECT rolname FROM pg_catalog.pg_roles AS r, pg_auth_members AS m
> WHERE r.oid=m.roleid
> AND member IN (
> SELECT oid FROM pg_catalog.pg_roles
> WHERE rolname='postgres')
> ORDER BY rolname;
> ERROR:  failed to build any 3-way joins
> <================

Just a guess, but I'd bet this was fixed by the very recent commit to
fix this: http://archives.postgresql.org/pgsql-hackers/2010-05/msg01203.php

--
Joshua Tolley / eggyknap
End Point Corporation

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-05-24 03:24:07 Re: ERROR: failed to build any 3-way joins
Previous Message Craig Ringer 2010-05-24 00:12:33 Re: BUG #5468: Pg doesn't send accepted root CA list to client during SSL client cert request