pgsql: change fix for suppress_redundant_updates_trigger() where

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: change fix for suppress_redundant_updates_trigger() where
Date: 2008-11-05 19:15:15
Message-ID: 20081105191515.8F2E87545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
change fix for suppress_redundant_updates_trigger() where relation has Oids, to only apply if present Oid is invalid, per second 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-05 20:17:18 pgsql: This maneuver really requires a comment ...
Previous Message Andrew Dunstan 2008-11-05 18:49:28 pgsql: fix suppress_redundant_updates_trigger() where relation has Oids,