aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/iqual.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/iqual.h')
-rw-r--r--src/include/access/iqual.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index 20fc9ecee3e..eb9a68193fb 100644
--- a/src/include/access/iqual.h
+++ b/src/include/access/iqual.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: iqual.h,v 1.6 1997/09/08 02:34:14 momjian Exp $
+ * $Id: iqual.h,v 1.7 1997/09/08 21:50:48 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -24,7 +24,7 @@
extern int NIndexTupleProcessed;
-extern bool
+extern bool
index_keytest(IndexTuple tuple, TupleDesc tupdesc,
int scanKeySize, ScanKey key);