]> granicus.if.org Git - postgresql/blobdiff - src/include/access/iqual.h
Update copyright to 2004.
[postgresql] / src / include / access / iqual.h
index 514bec38447c48b87722cc2ba3ff242d5e27eba2..a9cd48bb92a32212e5763de7427dc326d6112fec 100644 (file)
@@ -4,10 +4,10 @@
  *       Index scan key qualification definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, 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 $
+ * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.22 2004/08/29 04:13:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -27,4 +27,5 @@ extern int    NIndexTupleProcessed;
 
 extern bool index_keytest(IndexTuple tuple, TupleDesc tupdesc,
                          int scanKeySize, ScanKey key);
-#endif  /* IQUAL_H */
+
+#endif   /* IQUAL_H */