diff options
Diffstat (limited to 'src/include/optimizer/keys.h')
-rw-r--r-- | src/include/optimizer/keys.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/optimizer/keys.h b/src/include/optimizer/keys.h index 29c16d5cbb0..e267777c210 100644 --- a/src/include/optimizer/keys.h +++ b/src/include/optimizer/keys.h @@ -1,21 +1,21 @@ /*------------------------------------------------------------------------- * * keys.h-- - * prototypes for keys.c. + * prototypes for keys.c. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: keys.h,v 1.2 1997/08/19 21:39:25 momjian Exp $ + * $Id: keys.h,v 1.3 1997/09/07 04:59:08 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef KEYS_H #define KEYS_H -extern bool match_indexkey_operand(int indexkey, Var *operand, Rel *rel); -extern Var *extract_subkey(JoinKey *jk, int which_subkey); -extern bool samekeys(List *keys1, List *keys2); -extern List *collect_index_pathkeys(int *index_keys, List *tlist); +extern bool match_indexkey_operand(int indexkey, Var * operand, Rel * rel); +extern Var *extract_subkey(JoinKey * jk, int which_subkey); +extern bool samekeys(List * keys1, List * keys2); +extern List *collect_index_pathkeys(int *index_keys, List * tlist); -#endif /* KEYS_H */ +#endif /* KEYS_H */ |