mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Fix typo
This commit is contained in:
@ -10555,10 +10555,10 @@ ATExecEnableDisableTrigger(Relation rel, char *trigname,
|
|||||||
* We just pass this off to rewriteDefine.c.
|
* We just pass this off to rewriteDefine.c.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
ATExecEnableDisableRule(Relation rel, char *trigname,
|
ATExecEnableDisableRule(Relation rel, char *rulename,
|
||||||
char fires_when, LOCKMODE lockmode)
|
char fires_when, LOCKMODE lockmode)
|
||||||
{
|
{
|
||||||
EnableDisableRule(rel, trigname, fires_when);
|
EnableDisableRule(rel, rulename, fires_when);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user