pgsql-server/src backend/optimizer/prep/prepjo ... - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql-server/src backend/optimizer/prep/prepjo ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    03/02/10 12:08:50

Modified files:
    src/backend/optimizer/prep: prepjointree.c
    src/test/regress/expected: join.out
    src/test/regress/sql: join.sql

Log message:
    Fix thinko in new logic about pushing down non-nullability constraints:
    constraints appearing in outer-join qualification clauses are restricted
    as to when and where they can be pushed down.  Add regression test
    to catch future errors in this area.


pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/src/backend/commands explain.c
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: pgsql-server/src/backend/commands explain.c