pgsql: Avoid useless work during set_plain_rel_pathlist() when the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Avoid useless work during set_plain_rel_pathlist() when the
Дата
Msg-id 20070421061853.266659FA163@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Tweak make_inh_translation_lists() to check the common case
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Document new -with-libxslt build option.