summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorPostgreSQL Daemon2004-12-31 22:04:05 +0000
committerPostgreSQL Daemon2004-12-31 22:04:05 +0000
commit2ff501590b323bde14f7e662fd89ad12a4d2f4e0 (patch)
treee73dfac80afced9218984f393e8ad1b53e8dec94 /src/include/access
parent7cd25199a9a9dc6ca43a9f25bb6d7911216df364 (diff)
Tag appropriate files for rc3
Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/attnum.h4
-rw-r--r--src/include/access/clog.h4
-rw-r--r--src/include/access/genam.h4
-rw-r--r--src/include/access/gist.h4
-rw-r--r--src/include/access/gistscan.h4
-rw-r--r--src/include/access/hash.h4
-rw-r--r--src/include/access/heapam.h4
-rw-r--r--src/include/access/hio.h4
-rw-r--r--src/include/access/htup.h4
-rw-r--r--src/include/access/ibit.h4
-rw-r--r--src/include/access/iqual.h4
-rw-r--r--src/include/access/itup.h4
-rw-r--r--src/include/access/nbtree.h4
-rw-r--r--src/include/access/printtup.h4
-rw-r--r--src/include/access/relscan.h4
-rw-r--r--src/include/access/rtree.h4
-rw-r--r--src/include/access/rtscan.h4
-rw-r--r--src/include/access/sdir.h4
-rw-r--r--src/include/access/skey.h4
-rw-r--r--src/include/access/slru.h4
-rw-r--r--src/include/access/subtrans.h4
-rw-r--r--src/include/access/transam.h4
-rw-r--r--src/include/access/tupdesc.h4
-rw-r--r--src/include/access/tupmacs.h4
-rw-r--r--src/include/access/valid.h4
-rw-r--r--src/include/access/xact.h4
-rw-r--r--src/include/access/xlog.h4
-rw-r--r--src/include/access/xlog_internal.h4
-rw-r--r--src/include/access/xlogdefs.h4
-rw-r--r--src/include/access/xlogutils.h4
30 files changed, 60 insertions, 60 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index 7775a59f139..37a500f77f9 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -4,10 +4,10 @@
* POSTGRES attribute number definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.19 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.20 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/clog.h b/src/include/access/clog.h
index a326a6d8dab..c8f2ccaa28a 100644
--- a/src/include/access/clog.h
+++ b/src/include/access/clog.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction-commit-log manager
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.11 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.12 2004/12/31 22:03:21 pgsql Exp $
*/
#ifndef CLOG_H
#define CLOG_H
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index bfbebb6ca4d..573ad6d1a84 100644
--- a/src/include/access/genam.h
+++ b/src/include/access/genam.h
@@ -4,10 +4,10 @@
* POSTGRES generalized index access method definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.46 2004/12/01 19:00:45 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.47 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index 154f8fdd5b4..a48e6f4c108 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -4,10 +4,10 @@
* common declarations for the GiST access method code.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.42 2004/08/29 05:06:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.43 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index 1897fc8d442..12a7a0ea73a 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -4,10 +4,10 @@
* routines defined in access/gist/gistscan.c
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.25 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.26 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/hash.h b/src/include/access/hash.h
index 083bf548b39..6d4668bdbe4 100644
--- a/src/include/access/hash.h
+++ b/src/include/access/hash.h
@@ -4,10 +4,10 @@
* header file for postgres hash access method implementation
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.58 2004/08/29 05:06:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.59 2004/12/31 22:03:21 pgsql Exp $
*
* NOTES
* modeled after Margo Seltzer's hash implementation for unix.
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index 62147a861b1..2b5495ff287 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -4,10 +4,10 @@
* POSTGRES heap access method definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.92 2004/08/29 05:06:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.93 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index 7bb77db633b..49091eb202f 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -4,10 +4,10 @@
* POSTGRES heap access method input/output definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.26 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.27 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index 8075c39bec7..51da662df1f 100644
--- a/src/include/access/htup.h
+++ b/src/include/access/htup.h
@@ -4,10 +4,10 @@
* POSTGRES heap tuple definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.71 2004/11/12 20:08:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.72 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h
index f7f3c32542b..f2881fe9824 100644
--- a/src/include/access/ibit.h
+++ b/src/include/access/ibit.h
@@ -4,10 +4,10 @@
* POSTGRES index valid attribute bit map definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/ibit.h,v 1.22 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/ibit.h,v 1.23 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index a9cd48bb92a..3340acb9b1e 100644
--- a/src/include/access/iqual.h
+++ b/src/include/access/iqual.h
@@ -4,10 +4,10 @@
* Index scan key qualification definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.22 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.23 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/itup.h b/src/include/access/itup.h
index f1affc708ff..ca54dab8ef0 100644
--- a/src/include/access/itup.h
+++ b/src/include/access/itup.h
@@ -4,10 +4,10 @@
* POSTGRES index tuple definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.40 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.41 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index 8f65fd5e8bd..7ed91f51ddd 100644
--- a/src/include/access/nbtree.h
+++ b/src/include/access/nbtree.h
@@ -4,10 +4,10 @@
* header file for postgres btree access method implementation.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.82 2004/08/29 05:06:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.83 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h
index 8d2a69aefb8..7e534d41bf8 100644
--- a/src/include/access/printtup.h
+++ b/src/include/access/printtup.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.31 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.32 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index 057773642e1..a4ad6e31357 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -4,10 +4,10 @@
* POSTGRES relation scan descriptor definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.36 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.37 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h
index 4144f9aec64..a5c76855f22 100644
--- a/src/include/access/rtree.h
+++ b/src/include/access/rtree.h
@@ -4,10 +4,10 @@
* common declarations for the rtree access method code.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/rtree.h,v 1.35 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/rtree.h,v 1.36 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h
index ce300e63271..596ec2825c9 100644
--- a/src/include/access/rtscan.h
+++ b/src/include/access/rtscan.h
@@ -4,10 +4,10 @@
* routines defined in access/rtree/rtscan.c
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/rtscan.h,v 1.17 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/rtscan.h,v 1.18 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h
index 69ea5105d63..f2664c110b9 100644
--- a/src/include/access/sdir.h
+++ b/src/include/access/sdir.h
@@ -4,10 +4,10 @@
* POSTGRES scan direction definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.16 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.17 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/skey.h b/src/include/access/skey.h
index 3a543cdacaa..a160f7b39eb 100644
--- a/src/include/access/skey.h
+++ b/src/include/access/skey.h
@@ -4,10 +4,10 @@
* POSTGRES scan key definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.27 2004/08/29 05:06:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.28 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/slru.h b/src/include/access/slru.h
index 0c0724472f8..0db7019a169 100644
--- a/src/include/access/slru.h
+++ b/src/include/access/slru.h
@@ -3,10 +3,10 @@
* slru.h
* Simple LRU buffering for transaction status logfiles
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.10 2004/08/29 05:06:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.11 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/subtrans.h b/src/include/access/subtrans.h
index e0bb11d2645..ac884775a09 100644
--- a/src/include/access/subtrans.h
+++ b/src/include/access/subtrans.h
@@ -3,10 +3,10 @@
*
* PostgreSQL subtransaction-log manager
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.4 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.5 2004/12/31 22:03:21 pgsql Exp $
*/
#ifndef SUBTRANS_H
#define SUBTRANS_H
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index f8fe6732a42..bf52484cc43 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -4,10 +4,10 @@
* postgres transaction access method support code
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.50 2004/08/29 04:13:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.51 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index 1e9c48c14a3..8ffb2e70c85 100644
--- a/src/include/access/tupdesc.h
+++ b/src/include/access/tupdesc.h
@@ -4,10 +4,10 @@
* POSTGRES tuple descriptor definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.45 2004/08/29 05:06:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.46 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h
index 6c35be53171..27471d6afbb 100644
--- a/src/include/access/tupmacs.h
+++ b/src/include/access/tupmacs.h
@@ -4,10 +4,10 @@
* Tuple macros used by both index tuples and heap tuples.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.26 2004/08/29 04:13:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.27 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/valid.h b/src/include/access/valid.h
index 62a547a181a..8309c699178 100644
--- a/src/include/access/valid.h
+++ b/src/include/access/valid.h
@@ -4,10 +4,10 @@
* POSTGRES tuple qualification validity definitions.
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.35 2004/10/15 22:40:21 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.36 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 9fa6a1d2406..0039b5b1243 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -4,10 +4,10 @@
* postgres transaction system definitions
*
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.73 2004/09/16 16:58:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.74 2004/12/31 22:03:21 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h
index eeee24bc41a..41b8bde0118 100644
--- a/src/include/access/xlog.h
+++ b/src/include/access/xlog.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction log manager
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.58 2004/08/29 16:34:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.59 2004/12/31 22:03:21 pgsql Exp $
*/
#ifndef XLOG_H
#define XLOG_H
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h
index 70b3f21d986..75842328db4 100644
--- a/src/include/access/xlog_internal.h
+++ b/src/include/access/xlog_internal.h
@@ -8,10 +8,10 @@
* needed by rmgr routines (redo/undo support for individual record types).
* So the XLogRecord typedef and associated stuff appear in xlog.h.
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.5 2004/08/29 16:34:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.6 2004/12/31 22:03:21 pgsql Exp $
*/
#ifndef XLOG_INTERNAL_H
#define XLOG_INTERNAL_H
diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h
index cd896536876..f00015cc74e 100644
--- a/src/include/access/xlogdefs.h
+++ b/src/include/access/xlogdefs.h
@@ -4,10 +4,10 @@
* Postgres transaction log manager record pointer and
* timeline number definitions
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.13 2004/08/29 04:13:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.14 2004/12/31 22:03:21 pgsql Exp $
*/
#ifndef XLOG_DEFS_H
#define XLOG_DEFS_H
diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h
index 962e49b4c44..b0d6efa5593 100644
--- a/src/include/access/xlogutils.h
+++ b/src/include/access/xlogutils.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction log manager utility routines
*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.16 2004/08/29 04:13:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.17 2004/12/31 22:03:21 pgsql Exp $
*/
#ifndef XLOG_UTILS_H
#define XLOG_UTILS_H