Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 808a6df

Browse files
committed
optimizer rename.
1 parent 61aa825 commit 808a6df

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/14 04:56:46 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.33 1999/02/14 05: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
return lcons(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
* AUTHOR DATE MAJOR 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)