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 20050404014313.5289F53622@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.

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)

pgsql-committers by date:

Previous
From: joseph antonyraj
Date:
Subject: How to copy from Table to table
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: In cost_mergejoin, the early-exit effect should not apply to the