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

Commitd3a8510

Browse files
committed
Fix silly typo in prune_joinrel
1 parentc45e492 commitd3a8510

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.20 1999/02/04 23:19:53 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.21 1999/02/05 03:43:05 tgl 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*i=NIL;
64+
List*r1=NIL;
6565
List*result=NIL;
6666

6767
foreach(r1,other_rels)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp