We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2843a13 commit 685a66cCopy full SHA for 685a66c
src/backend/commands/trigger.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/commands/trigger.c,v 1.100 2002/01/03 23:21:23 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/trigger.c,v 1.101 2002/01/15 16:52:47 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -805,7 +805,7 @@ equalTriggerDescs(TriggerDesc *trigdesc1, TriggerDesc *trigdesc2)
805
806
for (j = 0; j < trigdesc2->numtriggers; j++)
807
{
808
- trig2 = trigdesc2->triggers + i;
+ trig2 = trigdesc2->triggers + j;
809
if (trig1->tgoid == trig2->tgoid)
810
break;
811
}
0 commit comments