]> granicus.if.org Git - postgresql/blobdiff - src/include/access/iqual.h
Update copyright to 2004.
[postgresql] / src / include / access / iqual.h
index 58ee91c07ac0ad82dbb954d9b76b7428ec330e14..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.17 2001/10/28 06:25:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.22 2004/08/29 04:13:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -28,4 +28,4 @@ extern int    NIndexTupleProcessed;
 extern bool index_keytest(IndexTuple tuple, TupleDesc tupdesc,
                          int scanKeySize, ScanKey key);
 
-#endif  /* IQUAL_H */
+#endif   /* IQUAL_H */