Обсуждение: pgsql: Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as

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

pgsql: Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs
rather than pointers to garbage, when calling AFTER STATEMENT triggers.
Michael Fuhr

Modified Files:
--------------
    pgsql/src/backend/commands:
        trigger.c (r1.205 -> r1.206)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/trigger.c.diff?r1=1.205&r2=1.206)