pgsql/src/backend/commands trigger.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands trigger.c
Date: 2002-01-15 16:52:47
Message-ID: 200201151652.g0FGqli21297@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/01/15 11:52:47

Modified files:
src/backend/commands: trigger.c

Log message:
Fix typo that caused equalTriggerDescs() to return false in cases where
the two trigger sets were logically equal, but not in the same order.
Caught by Holger Krug (hkrug(at)rationalizer(dot)com).

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2002-01-15 22:14:20 pgsql/src backend/access/gist/gist.c backend/a ...
Previous Message barry 2002-01-15 07:37:34 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...