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:23
Message-ID: 20050404014323.F412E53621@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:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
costsize.c (r1.137 -> r1.137.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/costsize.c.diff?r1=1.137&r2=1.137.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-04 01:43:33 pgsql: In cost_mergejoin, the early-exit effect should not apply to the
Previous Message Tom Lane 2005-04-04 01:43:13 pgsql: In cost_mergejoin, the early-exit effect should not apply to the