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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index 514bec38447..58ee91c07ac 100644
--- a/src/include/access/iqual.h
+++ b/src/include/access/iqual.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: iqual.h,v 1.16 2001/10/25 05:49:55 momjian Exp $
+ * $Id: iqual.h,v 1.17 2001/10/28 06:25:59 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -27,4 +27,5 @@ extern int NIndexTupleProcessed;
extern bool index_keytest(IndexTuple tuple, TupleDesc tupdesc,
int scanKeySize, ScanKey key);
+
#endif /* IQUAL_H */