pgsql: change fix for suppress_redundant_updates_trigger() where - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: change fix for suppress_redundant_updates_trigger() where
Date
Msg-id 20081105191515.8F2E87545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
change fix for suppress_redundant_updates_trigger() where relation has Oids, to only apply if present Oid is invalid,
persecond thought from TGL 

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        trigfuncs.c (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/trigfuncs.c?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: fix suppress_redundant_updates_trigger() where relation has Oids,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: This maneuver really requires a comment ...