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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In cost_mergejoin, the early-exit effect should not apply to the
Date: 2005-04-04 01:43:33
Message-ID: 20050404014333.8806653626@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
In cost_mergejoin, the early-exit effect should not apply to the
outer side of an outer join. Per andrew(at)supernews(dot)

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-04-04 04:34:41 pgsql: Remove an unused variable `ShmemBootstrap', and remove an
Previous Message Tom Lane 2005-04-04 01:43:23 pgsql: In cost_mergejoin, the early-exit effect should not apply to the