Re: ERROR: failed to build any 3-way joins - Mailing list pgsql-bugs

From Joshua Tolley
Subject Re: ERROR: failed to build any 3-way joins
Date
Msg-id AANLkTinqH4TfHUlNsSB-Vokh2mh3OV1I7sifepzQt5Sq@mail.gmail.com
Whole thread Raw
In response to ERROR: failed to build any 3-way joins  ("Jehan-Guillaume (ioguix) de Rorthais" <jgdr@dalibo.com>)
Responses Re: ERROR: failed to build any 3-way joins  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Sun, May 23, 2010 at 2:11 PM, Jehan-Guillaume (ioguix) de Rorthais
<jgdr@dalibo.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:
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>
> postgres=3D# SELECT version();
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 version
> - -----------------------------------------------------------------------=
-----------------------
> =A0PostgreSQL 9.0beta1 on i686-pc-linux-gnu, compiled by GCC gcc (Debian =
4.4.3-2) 4.4.3, 32-bit
> (1 row)
>
> postgres=3D# SELECT rolname FROM pg_catalog.pg_roles AS r, pg_auth_member=
s AS m
> WHERE r.oid=3Dm.roleid
> AND member IN (
> SELECT oid FROM pg_catalog.pg_roles
> WHERE rolname=3D'postgres')
> ORDER BY rolname;
> ERROR: =A0failed to build any 3-way joins
> <=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

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

pgsql-bugs by date:

Previous
From: "Jehan-Guillaume (ioguix) de Rorthais"
Date:
Subject: ERROR: failed to build any 3-way joins
Next
From: Tom Lane
Date:
Subject: Re: ERROR: failed to build any 3-way joins