CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.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@rationalizer.com).