pgsql: Ooops ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Ooops ...
Date
Msg-id 20090507201310.32DE6754067@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Ooops ... make_outerjoininfo wasn't actually enforcing the join order
restrictions specified for semijoins in optimizer/README, to wit that
you can't reassociate outer joins into or out of the RHS of a semijoin.
Per report from Heikki.

Modified Files:
--------------
    pgsql/src/backend/optimizer/plan:
        initsplan.c (r1.152 -> r1.153)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/initsplan.c?r1=1.152&r2=1.153)

pgsql-committers by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: #ifdef out PAGE_CONVERSION code; not needed
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change pgbench to use the table names pgbench_accounts,