1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +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

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.48 1999/02/15 05:21:04 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.49 1999/02/15 05:28:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -99,7 +99,7 @@ static bool function_index_operand(Expr *funcOpnd, RelOptInfo *rel, RelOptInfo *
*
*/
List *
find_index_paths(Query *root,
create_index_paths(Query *root,
RelOptInfo *rel,
List *indices,
List *restrictinfo_list,