pgsql: In cost_mergejoin, the early-exit effect should not apply to the - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: In cost_mergejoin, the early-exit effect should not apply to the
Date
Msg-id 20050404014333.8806653626@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
In cost_mergejoin, the early-exit effect should not apply to the
outer side of an outer join.  Per andrew@supernews.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        costsize.c (r1.115.2.2 -> r1.115.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/costsize.c.diff?r1=1.115.2.2&r2=1.115.2.3)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: In cost_mergejoin, the early-exit effect should not apply to the
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Remove an unused variable `ShmemBootstrap', and remove an