pgsql: Avoid useless work during set_plain_rel_pathlist() when the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid useless work during set_plain_rel_pathlist() when the
Date: 2007-04-21 06:18:53
Message-ID: 20070421061853.266659FA163@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid useless work during set_plain_rel_pathlist() when the relation
will be excluded by constraint exclusion anyway. Greg Stark

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
allpaths.c (r1.161 -> r1.162)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/allpaths.c.diff?r1=1.161&r2=1.162)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2007-04-21 06:33:22 Re: [COMMITTERS] pgsql: Add --with-libxslt configure option
Previous Message Tom Lane 2007-04-21 05:56:41 pgsql: Tweak make_inh_translation_lists() to check the common case