Commit 2357c12b authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

parent 47b55d41
......@@ -10555,10 +10555,10 @@ ATExecEnableDisableTrigger(Relation rel, char *trigname,
* We just pass this off to rewriteDefine.c.
*/
static void
ATExecEnableDisableRule(Relation rel, char *trigname,
ATExecEnableDisableRule(Relation rel, char *rulename,
char fires_when, LOCKMODE lockmode)
{
EnableDisableRule(rel, trigname, fires_when);
EnableDisableRule(rel, rulename, fires_when);
}
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment