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

Commit808a6df

Browse files
committed
optimizer rename.
1 parent61aa825 commit808a6df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.32 1999/02/1404:56:46 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.33 1999/02/1405:14:08 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -169,7 +169,7 @@ find_join_paths(Query *root, List *outer_rels, int levels_needed)
169169
* genetic query optimizer entry point *
170170
* <utesch@aut.tu-freiberg.de> *
171171
*******************************************/
172-
if ((_use_geqo_)&&length(root->base_relation_list_) >=_use_geqo_rels_)
172+
if ((_use_geqo_)&&length(root->base_rel_list) >=_use_geqo_rels_)
173173
returnlcons(geqo(root),NIL);/* returns *one* Rel, so lcons it */
174174

175175
/*******************************************

‎src/backend/parser/gram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
*
243243
*
244244
* IDENTIFICATION
245-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.72 1999/02/13 23:16:54 momjian Exp $
245+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.73 1999/02/14 05:14:09 momjian Exp $
246246
*
247247
* HISTORY
248248
* AUTHORDATEMAJOR EVENT

‎src/backend/parser/scan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ char *yytext;
556556
*
557557
*
558558
* IDENTIFICATION
559-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.35 1999/02/13 23:17:11 momjian Exp $
559+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.36 1999/02/14 05:14:15 momjian Exp $
560560
*
561561
*-------------------------------------------------------------------------
562562
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp