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

Commit7d2b387

Browse files
committed
optimizer cleanup
1 parent6e2edaf commit7d2b387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/optimizer/path/prune.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.22 1999/02/0519:59:26 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.23 1999/02/0520:34:11 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -61,7 +61,7 @@ prune_joinrels(List *rel_list)
6161
staticList*
6262
prune_joinrel(RelOptInfo*rel,List*other_rels)
6363
{
64-
List*r1=NIL;
64+
List*i=NIL;
6565
List*result=NIL;
6666

6767
foreach(i,other_rels)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp