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

Commita18422a

Browse files
committed
Remove useless variable stores
Mistakenly introduced in4cbe3ac; bug repaired in148e632 butthe stores were accidentally.
1 parent6bc2769 commita18422a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/backend/executor/nodeModifyTable.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,6 @@ ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags)
23682368
* Initialize any WITH CHECK OPTION constraints if needed.
23692369
*/
23702370
resultRelInfo=mtstate->resultRelInfo;
2371-
i=0;
23722371
foreach(l,node->withCheckOptionLists)
23732372
{
23742373
List*wcoList= (List*)lfirst(l);
@@ -2387,7 +2386,6 @@ ExecInitModifyTable(ModifyTable *node, EState *estate, int eflags)
23872386
resultRelInfo->ri_WithCheckOptions=wcoList;
23882387
resultRelInfo->ri_WithCheckOptionExprs=wcoExprs;
23892388
resultRelInfo++;
2390-
i++;
23912389
}
23922390

23932391
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp