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:13
Message-ID: 20050404014313.5289F53622@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)

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
costsize.c (r1.140 -> r1.141)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/costsize.c.diff?r1=1.140&r2=1.141)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-04 01:43:23 pgsql: In cost_mergejoin, the early-exit effect should not apply to the
Previous Message Michael Fuhr 2005-04-03 03:44:38 Re: How to copy from Table to table