summaryrefslogtreecommitdiff
path: root/src/include/optimizer/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/optimizer/keys.h')
-rw-r--r--src/include/optimizer/keys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/optimizer/keys.h b/src/include/optimizer/keys.h
index ea02f5f130..3ae613629d 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.6 1997/11/26 01:13:41 momjian Exp $
+ * $Id: keys.h,v 1.7 1998/07/18 04:22:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -16,7 +16,7 @@
#include "nodes/nodes.h"
#include "nodes/relation.h"
-extern bool match_indexkey_operand(int indexkey, Var *operand, Rel *rel);
+extern bool match_indexkey_operand(int indexkey, Var *operand, RelOptInfo *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);