diff options
Diffstat (limited to 'src/backend/optimizer/path/pathkeys.c')
-rw-r--r-- | src/backend/optimizer/path/pathkeys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/optimizer/path/pathkeys.c b/src/backend/optimizer/path/pathkeys.c index b9a982e8283..1e508f76f0d 100644 --- a/src/backend/optimizer/path/pathkeys.c +++ b/src/backend/optimizer/path/pathkeys.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/optimizer/path/pathkeys.c,v 1.16 1999/08/22 20:14:42 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/optimizer/path/pathkeys.c,v 1.17 2000/01/09 00:26:33 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -261,7 +261,7 @@ get_cheapest_path_for_pathkeys(List *paths, List *pathkeys, * ordering of that key is not interesting. */ List * -build_index_pathkeys(Query *root, RelOptInfo *rel, RelOptInfo *index) +build_index_pathkeys(Query *root, RelOptInfo *rel, IndexOptInfo *index) { List *retval = NIL; int *indexkeys = index->indexkeys; |