summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils')
-rw-r--r--src/include/utils/acl.h4
-rw-r--r--src/include/utils/array.h4
-rw-r--r--src/include/utils/bit.h4
-rw-r--r--src/include/utils/builtins.h4
-rw-r--r--src/include/utils/catcache.h4
-rw-r--r--src/include/utils/date.h4
-rw-r--r--src/include/utils/datetime.h4
-rw-r--r--src/include/utils/datum.h4
-rw-r--r--src/include/utils/dynahash.h4
-rw-r--r--src/include/utils/dynamic_loader.h4
-rw-r--r--src/include/utils/elog.h4
-rw-r--r--src/include/utils/exc.h4
-rw-r--r--src/include/utils/excid.h4
-rw-r--r--src/include/utils/fcache.h4
-rw-r--r--src/include/utils/fmgrtab.h4
-rw-r--r--src/include/utils/geo_decls.h4
-rw-r--r--src/include/utils/hsearch.h4
-rw-r--r--src/include/utils/inet.h4
-rw-r--r--src/include/utils/int8.h4
-rw-r--r--src/include/utils/inval.h4
-rw-r--r--src/include/utils/logtape.h4
-rw-r--r--src/include/utils/lsyscache.h4
-rw-r--r--src/include/utils/memutils.h4
-rw-r--r--src/include/utils/nabstime.h4
-rw-r--r--src/include/utils/palloc.h4
-rw-r--r--src/include/utils/pg_crc.h4
-rw-r--r--src/include/utils/portal.h4
-rw-r--r--src/include/utils/rel.h4
-rw-r--r--src/include/utils/relcache.h4
-rw-r--r--src/include/utils/selfuncs.h4
-rw-r--r--src/include/utils/sets.h4
-rw-r--r--src/include/utils/syscache.h4
-rw-r--r--src/include/utils/timestamp.h4
-rw-r--r--src/include/utils/tqual.h4
-rw-r--r--src/include/utils/tuplesort.h4
-rw-r--r--src/include/utils/tuplestore.h4
-rw-r--r--src/include/utils/varbit.h4
37 files changed, 74 insertions, 74 deletions
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h
index cf06ee7471..709c4e78c6 100644
--- a/src/include/utils/acl.h
+++ b/src/include/utils/acl.h
@@ -4,10 +4,10 @@
* Definition of (and support for) access control list data structures.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: acl.h,v 1.44 2002/04/27 03:45:03 tgl Exp $
+ * $Id: acl.h,v 1.45 2002/06/20 20:29:52 momjian Exp $
*
* NOTES
* For backward-compatibility purposes we have to allow there
diff --git a/src/include/utils/array.h b/src/include/utils/array.h
index ee0f915529..459d2caaff 100644
--- a/src/include/utils/array.h
+++ b/src/include/utils/array.h
@@ -7,10 +7,10 @@
* utils/adt/arrayutils.c
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: array.h,v 1.31 2001/11/05 17:46:36 momjian Exp $
+ * $Id: array.h,v 1.32 2002/06/20 20:29:52 momjian Exp $
*
* NOTES
* XXX the data array should be MAXALIGN'd -- currently we only INTALIGN
diff --git a/src/include/utils/bit.h b/src/include/utils/bit.h
index a5ece247ac..567d7d5402 100644
--- a/src/include/utils/bit.h
+++ b/src/include/utils/bit.h
@@ -4,10 +4,10 @@
* Standard bit array definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bit.h,v 1.12 2001/11/05 17:46:36 momjian Exp $
+ * $Id: bit.h,v 1.13 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h
index 898f3b6047..d79b1c6dcb 100644
--- a/src/include/utils/builtins.h
+++ b/src/include/utils/builtins.h
@@ -4,10 +4,10 @@
* Declarations for operations on built-in types.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: builtins.h,v 1.185 2002/06/20 17:19:08 momjian Exp $
+ * $Id: builtins.h,v 1.186 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h
index 0a50655600..b45277ebe5 100644
--- a/src/include/utils/catcache.h
+++ b/src/include/utils/catcache.h
@@ -10,10 +10,10 @@
* guarantee that there can only be one matching row for a key combination.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catcache.h,v 1.43 2002/06/19 13:46:09 tgl Exp $
+ * $Id: catcache.h,v 1.44 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/date.h b/src/include/utils/date.h
index 9303952001..409b42fcf8 100644
--- a/src/include/utils/date.h
+++ b/src/include/utils/date.h
@@ -4,10 +4,10 @@
* Definitions for the SQL92 "date" and "time" types.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: date.h,v 1.19 2002/04/23 15:45:30 tgl Exp $
+ * $Id: date.h,v 1.20 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h
index f998f4517d..08773fe0b1 100644
--- a/src/include/utils/datetime.h
+++ b/src/include/utils/datetime.h
@@ -6,10 +6,10 @@
* including abstime, reltime, date, and time.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: datetime.h,v 1.31 2002/06/11 13:40:52 wieck Exp $
+ * $Id: datetime.h,v 1.32 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h
index b7b1ce970c..066c20c7c7 100644
--- a/src/include/utils/datum.h
+++ b/src/include/utils/datum.h
@@ -8,10 +8,10 @@
* of the Datum. (We do it this way because in most situations the caller
* can look up the info just once and use it for many per-datum operations.)
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: datum.h,v 1.16 2001/11/05 17:46:36 momjian Exp $
+ * $Id: datum.h,v 1.17 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h
index e6b0e73b91..6f60e060ad 100644
--- a/src/include/utils/dynahash.h
+++ b/src/include/utils/dynahash.h
@@ -4,10 +4,10 @@
* POSTGRES dynahash.h file definitions
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dynahash.h,v 1.11 2001/11/05 17:46:36 momjian Exp $
+ * $Id: dynahash.h,v 1.12 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h
index c3c137e218..1e5aad354a 100644
--- a/src/include/utils/dynamic_loader.h
+++ b/src/include/utils/dynamic_loader.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dynamic_loader.h,v 1.20 2001/11/05 17:46:36 momjian Exp $
+ * $Id: dynamic_loader.h,v 1.21 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h
index cc3ebd9220..8b0414dc3f 100644
--- a/src/include/utils/elog.h
+++ b/src/include/utils/elog.h
@@ -4,10 +4,10 @@
* POSTGRES error logging definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: elog.h,v 1.37 2002/05/17 01:19:19 tgl Exp $
+ * $Id: elog.h,v 1.38 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/exc.h b/src/include/utils/exc.h
index 8b219b51fa..a013668249 100644
--- a/src/include/utils/exc.h
+++ b/src/include/utils/exc.h
@@ -4,10 +4,10 @@
* POSTGRES exception handling definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: exc.h,v 1.23 2002/06/11 13:40:52 wieck Exp $
+ * $Id: exc.h,v 1.24 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h
index 8ae5e703d6..80a390046c 100644
--- a/src/include/utils/excid.h
+++ b/src/include/utils/excid.h
@@ -4,10 +4,10 @@
* POSTGRES known exception identifier definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: excid.h,v 1.13 2001/11/05 17:46:36 momjian Exp $
+ * $Id: excid.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/fcache.h b/src/include/utils/fcache.h
index 6bb75f52df..f043eb0428 100644
--- a/src/include/utils/fcache.h
+++ b/src/include/utils/fcache.h
@@ -8,10 +8,10 @@
* record in the Oper or Func node. This saves repeated lookup of info
* about the function.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fcache.h,v 1.22 2002/04/27 03:45:03 tgl Exp $
+ * $Id: fcache.h,v 1.23 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h
index 17c327115f..a7ad7849f5 100644
--- a/src/include/utils/fmgrtab.h
+++ b/src/include/utils/fmgrtab.h
@@ -3,10 +3,10 @@
* fmgrtab.h
* The function manager's table of internal functions.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fmgrtab.h,v 1.19 2001/11/05 17:46:36 momjian Exp $
+ * $Id: fmgrtab.h,v 1.20 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h
index 4e9eb00008..0e29908977 100644
--- a/src/include/utils/geo_decls.h
+++ b/src/include/utils/geo_decls.h
@@ -3,10 +3,10 @@
* geo_decls.h - Declarations for various 2D constructs.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geo_decls.h,v 1.37 2001/11/05 17:46:36 momjian Exp $
+ * $Id: geo_decls.h,v 1.38 2002/06/20 20:29:52 momjian Exp $
*
* NOTE
* These routines do *not* use the float types from adt/.
diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h
index 11dcd90005..9c5fe45e56 100644
--- a/src/include/utils/hsearch.h
+++ b/src/include/utils/hsearch.h
@@ -4,10 +4,10 @@
* for hash tables, particularly hash tables in shared memory
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hsearch.h,v 1.26 2002/03/09 17:35:37 tgl Exp $
+ * $Id: hsearch.h,v 1.27 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h
index fc21258f76..c5a100a54d 100644
--- a/src/include/utils/inet.h
+++ b/src/include/utils/inet.h
@@ -4,10 +4,10 @@
* Declarations for operations on INET datatypes.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: inet.h,v 1.12 2001/11/05 17:46:36 momjian Exp $
+ * $Id: inet.h,v 1.13 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h
index ad3be8bc3a..4ffa3bca50 100644
--- a/src/include/utils/int8.h
+++ b/src/include/utils/int8.h
@@ -4,10 +4,10 @@
* Declarations for operations on 64-bit integers.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: int8.h,v 1.33 2002/04/23 15:45:30 tgl Exp $
+ * $Id: int8.h,v 1.34 2002/06/20 20:29:53 momjian Exp $
*
* NOTES
* These data types are supported on all 64-bit architectures, and may
diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h
index 2d5153ef1d..469e5b0581 100644
--- a/src/include/utils/inval.h
+++ b/src/include/utils/inval.h
@@ -4,10 +4,10 @@
* POSTGRES cache invalidation dispatcher definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: inval.h,v 1.25 2002/04/29 22:14:34 tgl Exp $
+ * $Id: inval.h,v 1.26 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h
index 9b32953262..686d54ea5a 100644
--- a/src/include/utils/logtape.h
+++ b/src/include/utils/logtape.h
@@ -5,10 +5,10 @@
*
* See logtape.c for explanations.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: logtape.h,v 1.7 2001/11/05 17:46:36 momjian Exp $
+ * $Id: logtape.h,v 1.8 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h
index eaff98448d..32d5dc1744 100644
--- a/src/include/utils/lsyscache.h
+++ b/src/include/utils/lsyscache.h
@@ -3,10 +3,10 @@
* lsyscache.h
* Convenience routines for common queries in the system catalog cache.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lsyscache.h,v 1.52 2002/05/12 23:43:04 tgl Exp $
+ * $Id: lsyscache.h,v 1.53 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h
index db8a3e6c1e..5e60c52fad 100644
--- a/src/include/utils/memutils.h
+++ b/src/include/utils/memutils.h
@@ -7,10 +7,10 @@
* of the API of the memory management subsystem.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: memutils.h,v 1.45 2001/11/05 17:46:36 momjian Exp $
+ * $Id: memutils.h,v 1.46 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h
index 9ad2ff78e0..1115779e5d 100644
--- a/src/include/utils/nabstime.h
+++ b/src/include/utils/nabstime.h
@@ -4,10 +4,10 @@
* Definitions for the "new" abstime code.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nabstime.h,v 1.35 2001/11/05 17:46:36 momjian Exp $
+ * $Id: nabstime.h,v 1.36 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h
index d8cf653fd2..168ed30197 100644
--- a/src/include/utils/palloc.h
+++ b/src/include/utils/palloc.h
@@ -18,10 +18,10 @@
* everything that should be freed. See utils/mmgr/README for more info.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: palloc.h,v 1.18 2001/11/05 17:46:36 momjian Exp $
+ * $Id: palloc.h,v 1.19 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h
index b18baa4de3..4083586c9d 100644
--- a/src/include/utils/pg_crc.h
+++ b/src/include/utils/pg_crc.h
@@ -3,10 +3,10 @@
*
* PostgreSQL 64-bit CRC support
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_crc.h,v 1.7 2002/04/23 15:45:30 tgl Exp $
+ * $Id: pg_crc.h,v 1.8 2002/06/20 20:29:53 momjian Exp $
*/
#ifndef PG_CRC_H
#define PG_CRC_H
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index 491106fac3..d1b9d5f180 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -4,10 +4,10 @@
* POSTGRES portal definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: portal.h,v 1.33 2002/05/21 22:05:55 tgl Exp $
+ * $Id: portal.h,v 1.34 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index 4c6e88efbd..3dce1757ed 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -4,10 +4,10 @@
* POSTGRES relation descriptor (a/k/a relcache entry) definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.59 2002/04/01 22:36:13 tgl Exp $
+ * $Id: rel.h,v 1.60 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h
index 6e6164b87c..9cf3eee3bd 100644
--- a/src/include/utils/relcache.h
+++ b/src/include/utils/relcache.h
@@ -4,10 +4,10 @@
* Relation descriptor cache definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: relcache.h,v 1.31 2002/03/26 19:16:59 tgl Exp $
+ * $Id: relcache.h,v 1.32 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h
index 87978ade79..18047f5dbf 100644
--- a/src/include/utils/selfuncs.h
+++ b/src/include/utils/selfuncs.h
@@ -5,10 +5,10 @@
* standard operators and index access methods.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: selfuncs.h,v 1.5 2002/03/01 04:09:28 tgl Exp $
+ * $Id: selfuncs.h,v 1.6 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h
index 4a134c9ce5..cb9b7e0b00 100644
--- a/src/include/utils/sets.h
+++ b/src/include/utils/sets.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sets.h,v 1.13 2002/03/29 19:06:26 tgl Exp $
+ * $Id: sets.h,v 1.14 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index a5282a9753..0cd6b7ae5f 100644
--- a/src/include/utils/syscache.h
+++ b/src/include/utils/syscache.h
@@ -6,10 +6,10 @@
* See also lsyscache.h, which provides convenience routines for
* common cache-lookup operations.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: syscache.h,v 1.47 2002/04/18 20:01:11 tgl Exp $
+ * $Id: syscache.h,v 1.48 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h
index ca3e761a91..aea1c17841 100644
--- a/src/include/utils/timestamp.h
+++ b/src/include/utils/timestamp.h
@@ -3,10 +3,10 @@
* timestamp.h
* Definitions for the SQL92 "timestamp" and "interval" types.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: timestamp.h,v 1.26 2002/04/23 15:45:30 tgl Exp $
+ * $Id: timestamp.h,v 1.27 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h
index cdda44023b..e649a8a11b 100644
--- a/src/include/utils/tqual.h
+++ b/src/include/utils/tqual.h
@@ -5,10 +5,10 @@
*
* Should be moved/renamed... - vadim 07/28/98
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tqual.h,v 1.41 2002/05/24 18:57:57 tgl Exp $
+ * $Id: tqual.h,v 1.42 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h
index 1989e144bd..430af58d7d 100644
--- a/src/include/utils/tuplesort.h
+++ b/src/include/utils/tuplesort.h
@@ -10,10 +10,10 @@
* amounts are sorted using temporary files and a standard external sort
* algorithm.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuplesort.h,v 1.11 2001/11/05 17:46:36 momjian Exp $
+ * $Id: tuplesort.h,v 1.12 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tuplestore.h b/src/include/utils/tuplestore.h
index 88f33e0da3..38222f23ca 100644
--- a/src/include/utils/tuplestore.h
+++ b/src/include/utils/tuplestore.h
@@ -10,10 +10,10 @@
* A temporary file is used to handle the data if it exceeds the
* space limit specified by the caller.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuplestore.h,v 1.6 2001/11/05 17:46:36 momjian Exp $
+ * $Id: tuplestore.h,v 1.7 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h
index 27d1c4fa8f..42ea863151 100644
--- a/src/include/utils/varbit.h
+++ b/src/include/utils/varbit.h
@@ -5,10 +5,10 @@
*
* Code originally contributed by Adriaan Joubert.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: varbit.h,v 1.13 2001/10/28 06:26:10 momjian Exp $
+ * $Id: varbit.h,v 1.14 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/