pgsql/src/backend/utils/adt ri_triggers.c

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql/src/backend/utils/adt ri_triggers.c
Дата
Msg-id 20020730163321.CD86F4759A8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/07/30 12:33:21

Modified files:
    src/backend/utils/adt: ri_triggers.c

Log message:
    This should fix a bug where a row that was updated or
    deleted that had another row inserted/updated to its old
    value during the same statement or other statements before the
    integrity check for noaction would incorrectly error.  This
    could happen in deferred constraints or due to triggers or
    functions. It's effectively a reworking of the previous patch that
    did a not exists to instead do a separate check.

    Stephan Szabo


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/ ontrib/cube/cubescan.l ontrib/seg/segsc ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/bin/psql tab-complete.c