mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
optimizer rename.
This commit is contained in:
parent
61aa825876
commit
808a6df065
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.32 1999/02/14 04:56:46 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.33 1999/02/14 05:14:08 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -169,7 +169,7 @@ find_join_paths(Query *root, List *outer_rels, int levels_needed)
|
|||||||
* genetic query optimizer entry point *
|
* genetic query optimizer entry point *
|
||||||
* <utesch@aut.tu-freiberg.de> *
|
* <utesch@aut.tu-freiberg.de> *
|
||||||
*******************************************/
|
*******************************************/
|
||||||
if ((_use_geqo_) && length(root->base_relation_list_) >= _use_geqo_rels_)
|
if ((_use_geqo_) && length(root->base_rel_list) >= _use_geqo_rels_)
|
||||||
return lcons(geqo(root), NIL); /* returns *one* Rel, so lcons it */
|
return lcons(geqo(root), NIL); /* returns *one* Rel, so lcons it */
|
||||||
|
|
||||||
/*******************************************
|
/*******************************************
|
||||||
|
@ -242,7 +242,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.72 1999/02/13 23:16:54 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.73 1999/02/14 05:14:09 momjian Exp $
|
||||||
*
|
*
|
||||||
* HISTORY
|
* HISTORY
|
||||||
* AUTHOR DATE MAJOR EVENT
|
* AUTHOR DATE MAJOR EVENT
|
||||||
|
@ -556,7 +556,7 @@ char *yytext;
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.35 1999/02/13 23:17:11 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.36 1999/02/14 05:14:15 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user