pgsql: fix suppress_redundant_updates_trigger() where relation has Oids, - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: fix suppress_redundant_updates_trigger() where relation has Oids,
Date
Msg-id 20081105184928.1B6537545A4@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: karl@pgfoundry.org (User Karl)
Date:
Subject: pgtcl - libpgtcl: Makefile, the making of which will generate a
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: change fix for suppress_redundant_updates_trigger() where