Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2357c12

Browse files
committed
Fix typo
1 parent47b55d4 commit2357c12

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
staticvoid
10558-
ATExecEnableDisableRule(Relationrel,char*trigname,
10558+
ATExecEnableDisableRule(Relationrel,char*rulename,
1055910559
charfires_when,LOCKMODElockmode)
1056010560
{
10561-
EnableDisableRule(rel,trigname,fires_when);
10561+
EnableDisableRule(rel,rulename,fires_when);
1056210562
}
1056310563

1056410564
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp