diff options
Diffstat (limited to 'src/include/optimizer/keys.h')
-rw-r--r-- | src/include/optimizer/keys.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/optimizer/keys.h b/src/include/optimizer/keys.h index 4fe166d549f..8694819d193 100644 --- a/src/include/optimizer/keys.h +++ b/src/include/optimizer/keys.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: keys.h,v 1.8 1998/09/01 04:37:11 momjian Exp $ + * $Id: keys.h,v 1.9 1999/02/10 21:02:48 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,8 +16,8 @@ #include "nodes/nodes.h" #include "nodes/relation.h" -extern bool match_indexkey_operand(int indexkey, Var *operand, RelOptInfo * rel); -extern Var *extract_subkey(JoinKey *jk, int which_subkey); +extern bool match_indexkey_operand(int indexkey, Var *operand, RelOptInfo *rel); +extern Var *extract_join_subkey(JoinKey *jk, int which_subkey); extern bool samekeys(List *keys1, List *keys2); extern List *collect_index_pathkeys(int *index_keys, List *tlist); |