pgsql: fix suppress_redundant_updates_trigger() where relation has Oids,

Поиск
Список
Период
Сортировка
От adunstan@postgresql.org (Andrew Dunstan)
Тема pgsql: fix suppress_redundant_updates_trigger() where relation has Oids,
Дата
Msg-id 20081105184928.1B6537545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
fix suppress_redundant_updates_trigger() where relation has Oids, per gripe from KaiGai Kohei

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        trigfuncs.c (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/trigfuncs.c?r1=1.2&r2=1.3)
    pgsql/src/test/regress/expected:
        triggers.out (r1.25 -> r1.26)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/triggers.out?r1=1.25&r2=1.26)
    pgsql/src/test/regress/sql:
        triggers.sql (r1.14 -> r1.15)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/triggers.sql?r1=1.14&r2=1.15)

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

Предыдущее
От: karl@pgfoundry.org (User Karl)
Дата:
Сообщение: pgtcl - libpgtcl: Makefile, the making of which will generate a
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: change fix for suppress_redundant_updates_trigger() where