diff options
Diffstat (limited to 'src/include/access/iqual.h')
-rw-r--r-- | src/include/access/iqual.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h index 492c24732f0..233c2f61f87 100644 --- a/src/include/access/iqual.h +++ b/src/include/access/iqual.h @@ -1,16 +1,16 @@ /*------------------------------------------------------------------------- * * iqual.h-- - * Index scan key qualification definitions. + * Index scan key qualification definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: iqual.h,v 1.4 1996/11/05 10:37:03 scrappy Exp $ + * $Id: iqual.h,v 1.5 1997/09/07 04:56:04 momjian Exp $ * *------------------------------------------------------------------------- */ -#ifndef IQUAL_H +#ifndef IQUAL_H #define IQUAL_H #include <access/skey.h> @@ -18,13 +18,14 @@ /* ---------------- - * index tuple qualification support + * index tuple qualification support * ---------------- */ -extern int NIndexTupleProcessed; +extern int NIndexTupleProcessed; -extern bool index_keytest(IndexTuple tuple, TupleDesc tupdesc, +extern bool +index_keytest(IndexTuple tuple, TupleDesc tupdesc, int scanKeySize, ScanKey key); -#endif /* IQUAL_H */ +#endif /* IQUAL_H */ |