pgsql/src/backend/rewrite rewriteHandler.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/rewrite rewriteHandler.c
Дата
Msg-id 200101270440.f0R4exe81275@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/01/26 23:40:59

Modified files:
    src/backend/rewrite: rewriteHandler.c

Log message:
    Repair bug reported by Huxton, 1/24/01.  We need to include a rule's
    original table ('OLD' table) in its join tree if OLD is referenced by
    either the rule action, the rule qual, or the original query qual that
    will be added to the rule action.  However, we only want one instance
    of the original table to be included; so beware of the possibility that
    the rule action already has a jointree entry for OLD.


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc FAQ src/FAQ/FAQ.html
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/optimizer/plan planner.c