pgsql: Avoid useless work during set_plain_rel_pathlist() when the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Avoid useless work during set_plain_rel_pathlist() when the
Date
Msg-id 20070421061853.266659FA163@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak make_inh_translation_lists() to check the common case
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Document new -with-libxslt build option.