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

Commit50034a8

Browse files
committed
optimizer rename
1 parentc5449d5 commit50034a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎src/backend/optimizer/path/allpaths.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/allpaths.c,v 1.37 1999/02/15 05:21:03 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.38 1999/02/15 05:28:09 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -116,7 +116,7 @@ set_base_rel_pathlist(Query *root, List *rels)
116116

117117
sequential_scan_list=lcons(create_seqscan_path(rel),NIL);
118118

119-
rel_index_scan_list=find_index_paths(root,
119+
rel_index_scan_list=create_index_paths(root,
120120
rel,
121121
find_relation_indices(root,rel),
122122
rel->restrictinfo,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.48 1999/02/15 05:21:04 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.49 1999/02/15 05:28:09 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -99,7 +99,7 @@ static bool function_index_operand(Expr *funcOpnd, RelOptInfo *rel, RelOptInfo *
9999
*
100100
*/
101101
List*
102-
find_index_paths(Query*root,
102+
create_index_paths(Query*root,
103103
RelOptInfo*rel,
104104
List*indices,
105105
List*restrictinfo_list,

‎src/include/optimizer/paths.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: paths.h,v 1.18 1999/02/1503:59:28 momjian Exp $
10+
* $Id: paths.h,v 1.19 1999/02/1505:28:10 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -27,7 +27,7 @@ extern RelOptInfo *make_one_rel(Query *root, List *rels);
2727
* indxpath.h
2828
* routines to generate index paths
2929
*/
30-
externList*find_index_paths(Query*root,RelOptInfo*rel,List*indices,
30+
externList*create_index_paths(Query*root,RelOptInfo*rel,List*indices,
3131
List*restrictinfo_list,
3232
List*joininfo_list);
3333

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp