Skip to content

Commit 2357c12

Browse files
committed
Fix typo
1 parent 47b55d4 commit 2357c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/tablecmds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10555,10 +10555,10 @@ ATExecEnableDisableTrigger(Relation rel, char *trigname,
1055510555
* We just pass this off to rewriteDefine.c.
1055610556
*/
1055710557
static void
10558-
ATExecEnableDisableRule(Relation rel, char *trigname,
10558+
ATExecEnableDisableRule(Relation rel, char *rulename,
1055910559
char fires_when, LOCKMODE lockmode)
1056010560
{
10561-
EnableDisableRule(rel, trigname, fires_when);
10561+
EnableDisableRule(rel, rulename, fires_when);
1056210562
}
1056310563

1056410564
/*

0 commit comments

Comments
 (0)