1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00

Cleanups of optimizer.

This commit is contained in:
Bruce Momjian
1998-08-10 04:49:39 +00:00
parent 2d32d909b5
commit 956b91a944
3 changed files with 14 additions and 16 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.25 1998/08/10 02:26:28 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.26 1998/08/10 04:49:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -276,6 +276,7 @@ subplanner(Query *root,
* the exhaustive path search.
*/
init_join_info(root->base_rel_list);
final_rel_list = find_paths(root, root->base_rel_list);
if (final_rel_list)