]> granicus.if.org Git - postgresql/blobdiff - src/include/access/iqual.h
Update copyright to 2004.
[postgresql] / src / include / access / iqual.h
index 20fc9ecee3ef5ef57ff0e021a98e031dc41851f6..a9cd48bb92a32212e5763de7427dc326d6112fec 100644 (file)
@@ -1,20 +1,21 @@
 /*-------------------------------------------------------------------------
  *
- * iqual.h--
+ * iqual.h
  *       Index scan key qualification definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: iqual.h,v 1.6 1997/09/08 02:34:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.22 2004/08/29 04:13:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef IQUAL_H
 #define IQUAL_H
 
-#include <access/skey.h>
-#include <access/itup.h>
+#include "access/itup.h"
+#include "access/skey.h"
 
 
 /* ----------------
@@ -24,8 +25,7 @@
 
 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 */