Обсуждение: pgsql/src/backend/rewrite rewriteHandler.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/rewrite rewriteHandler.c

От
Tom Lane
Дата:
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.