1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

optimizer rename

This commit is contained in:
Bruce Momjian
1999-02-15 05:28:10 +00:00
parent c5449d5354
commit 50034a852d
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: paths.h,v 1.18 1999/02/15 03:59:28 momjian Exp $
* $Id: paths.h,v 1.19 1999/02/15 05:28:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -27,7 +27,7 @@ extern RelOptInfo *make_one_rel(Query *root, List *rels);
* indxpath.h
* routines to generate index paths
*/
extern List *find_index_paths(Query *root, RelOptInfo *rel, List *indices,
extern List *create_index_paths(Query *root, RelOptInfo *rel, List *indices,
List *restrictinfo_list,
List *joininfo_list);