aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage')
-rw-r--r--src/include/storage/backendid.h4
-rw-r--r--src/include/storage/block.h4
-rw-r--r--src/include/storage/buf.h4
-rw-r--r--src/include/storage/buf_internals.h4
-rw-r--r--src/include/storage/buffile.h4
-rw-r--r--src/include/storage/bufmgr.h4
-rw-r--r--src/include/storage/bufpage.h4
-rw-r--r--src/include/storage/fd.h4
-rw-r--r--src/include/storage/freespace.h4
-rw-r--r--src/include/storage/ipc.h4
-rw-r--r--src/include/storage/item.h4
-rw-r--r--src/include/storage/itemid.h4
-rw-r--r--src/include/storage/itempos.h4
-rw-r--r--src/include/storage/itemptr.h4
-rw-r--r--src/include/storage/large_object.h4
-rw-r--r--src/include/storage/lmgr.h4
-rw-r--r--src/include/storage/lock.h4
-rw-r--r--src/include/storage/lwlock.h4
-rw-r--r--src/include/storage/off.h4
-rw-r--r--src/include/storage/pg_sema.h4
-rw-r--r--src/include/storage/pg_shmem.h4
-rw-r--r--src/include/storage/pmsignal.h4
-rw-r--r--src/include/storage/pos.h4
-rw-r--r--src/include/storage/proc.h4
-rw-r--r--src/include/storage/relfilenode.h4
-rw-r--r--src/include/storage/s_lock.h4
-rw-r--r--src/include/storage/shmem.h4
-rw-r--r--src/include/storage/sinval.h4
-rw-r--r--src/include/storage/sinvaladt.h4
-rw-r--r--src/include/storage/smgr.h4
-rw-r--r--src/include/storage/spin.h4
31 files changed, 62 insertions, 62 deletions
diff --git a/src/include/storage/backendid.h b/src/include/storage/backendid.h
index 132967692f3..dfcdd77dbd6 100644
--- a/src/include/storage/backendid.h
+++ b/src/include/storage/backendid.h
@@ -4,10 +4,10 @@
* POSTGRES backend id communication 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/storage/backendid.h,v 1.16 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.17 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/block.h b/src/include/storage/block.h
index 0fa9c4f4652..34ed9b46d4e 100644
--- a/src/include/storage/block.h
+++ b/src/include/storage/block.h
@@ -4,10 +4,10 @@
* POSTGRES disk block 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/storage/block.h,v 1.20 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/block.h,v 1.21 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h
index 9d6c404221c..1d7c7efe947 100644
--- a/src/include/storage/buf.h
+++ b/src/include/storage/buf.h
@@ -4,10 +4,10 @@
* Basic buffer manager data types.
*
*
- * 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/storage/buf.h,v 1.18 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buf.h,v 1.19 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h
index 857d26a22b4..a89999f38f4 100644
--- a/src/include/storage/buf_internals.h
+++ b/src/include/storage/buf_internals.h
@@ -5,10 +5,10 @@
* strategy.
*
*
- * 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/storage/buf_internals.h,v 1.74 2004/10/16 18:05:07 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buf_internals.h,v 1.75 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buffile.h b/src/include/storage/buffile.h
index bf08b84b395..072c306ba52 100644
--- a/src/include/storage/buffile.h
+++ b/src/include/storage/buffile.h
@@ -15,10 +15,10 @@
* but currently we have no need for oversize temp files without buffered
* access.
*
- * 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/storage/buffile.h,v 1.17 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buffile.h,v 1.18 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index 5064a1857f6..4ac499cf350 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -4,10 +4,10 @@
* POSTGRES buffer manager 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/storage/bufmgr.h,v 1.88 2004/10/16 18:57:26 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.89 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h
index 60bcdc8b5d4..71d043cd7f9 100644
--- a/src/include/storage/bufpage.h
+++ b/src/include/storage/bufpage.h
@@ -4,10 +4,10 @@
* Standard POSTGRES buffer page 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/storage/bufpage.h,v 1.62 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.63 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h
index 77951c3ecef..74a05d5aae6 100644
--- a/src/include/storage/fd.h
+++ b/src/include/storage/fd.h
@@ -4,10 +4,10 @@
* Virtual file 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/storage/fd.h,v 1.49 2004/09/16 16:58:42 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/fd.h,v 1.50 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/freespace.h b/src/include/storage/freespace.h
index 87f933d5d52..fe6cca76bcd 100644
--- a/src/include/storage/freespace.h
+++ b/src/include/storage/freespace.h
@@ -4,10 +4,10 @@
* POSTGRES free space map for quickly finding free space in relations
*
*
- * 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/storage/freespace.h,v 1.16 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/freespace.h,v 1.17 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h
index 0f623da7f8e..d08d0f10be0 100644
--- a/src/include/storage/ipc.h
+++ b/src/include/storage/ipc.h
@@ -8,10 +8,10 @@
* exit-time cleanup for either a postmaster or a backend.
*
*
- * 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/storage/ipc.h,v 1.69 2004/12/29 21:36:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/ipc.h,v 1.70 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/item.h b/src/include/storage/item.h
index 543c4b61013..e3af33a3471 100644
--- a/src/include/storage/item.h
+++ b/src/include/storage/item.h
@@ -4,10 +4,10 @@
* POSTGRES disk item 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/storage/item.h,v 1.14 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/item.h,v 1.15 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h
index 8e1b2979027..edff2db194a 100644
--- a/src/include/storage/itemid.h
+++ b/src/include/storage/itemid.h
@@ -4,10 +4,10 @@
* Standard POSTGRES buffer page item identifier 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/storage/itemid.h,v 1.23 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itemid.h,v 1.24 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h
index 6df1e4f02ee..ded1c3837e6 100644
--- a/src/include/storage/itempos.h
+++ b/src/include/storage/itempos.h
@@ -4,10 +4,10 @@
* Standard POSTGRES buffer page long item subposition 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/storage/itempos.h,v 1.19 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itempos.h,v 1.20 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h
index 314d59c0707..75cddd84296 100644
--- a/src/include/storage/itemptr.h
+++ b/src/include/storage/itemptr.h
@@ -4,10 +4,10 @@
* POSTGRES disk item pointer 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/storage/itemptr.h,v 1.25 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itemptr.h,v 1.26 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h
index b662b3b14cf..758fb6f0398 100644
--- a/src/include/storage/large_object.h
+++ b/src/include/storage/large_object.h
@@ -5,10 +5,10 @@
* zillions of large objects (internal, external, jaquith, inversion).
* Now we only support inversion.
*
- * 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/storage/large_object.h,v 1.30 2004/09/16 16:58:42 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/large_object.h,v 1.31 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h
index 63281418808..6aec7bf19c2 100644
--- a/src/include/storage/lmgr.h
+++ b/src/include/storage/lmgr.h
@@ -4,10 +4,10 @@
* POSTGRES lock manager 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/storage/lmgr.h,v 1.44 2004/09/16 16:58:42 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lmgr.h,v 1.45 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h
index 277efa70f0e..7f67a3ac3a9 100644
--- a/src/include/storage/lock.h
+++ b/src/include/storage/lock.h
@@ -4,10 +4,10 @@
* POSTGRES low-level lock mechanism
*
*
- * 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/storage/lock.h,v 1.83 2004/08/29 05:06:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.84 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/lwlock.h b/src/include/storage/lwlock.h
index 3477dcda8a2..eb02eb8a2a0 100644
--- a/src/include/storage/lwlock.h
+++ b/src/include/storage/lwlock.h
@@ -4,10 +4,10 @@
* Lightweight lock 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/storage/lwlock.h,v 1.15 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.16 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/off.h b/src/include/storage/off.h
index 41f9efbaf6f..fd6f4a59c86 100644
--- a/src/include/storage/off.h
+++ b/src/include/storage/off.h
@@ -4,10 +4,10 @@
* POSTGRES disk "offset" 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/storage/off.h,v 1.18 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/off.h,v 1.19 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pg_sema.h b/src/include/storage/pg_sema.h
index e414d1e319d..03d1c400aff 100644
--- a/src/include/storage/pg_sema.h
+++ b/src/include/storage/pg_sema.h
@@ -10,10 +10,10 @@
* be provided by each port.
*
*
- * 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/storage/pg_sema.h,v 1.6 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pg_sema.h,v 1.7 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pg_shmem.h b/src/include/storage/pg_shmem.h
index c3692b7ee0d..ea7ecd16a97 100644
--- a/src/include/storage/pg_shmem.h
+++ b/src/include/storage/pg_shmem.h
@@ -14,10 +14,10 @@
* only one ID number.
*
*
- * 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/storage/pg_shmem.h,v 1.13 2004/12/29 21:36:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pg_shmem.h,v 1.14 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h
index 7b3dd9047ef..f82630ae242 100644
--- a/src/include/storage/pmsignal.h
+++ b/src/include/storage/pmsignal.h
@@ -4,10 +4,10 @@
* routines for signaling the postmaster from its child processes
*
*
- * 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/storage/pmsignal.h,v 1.10 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.11 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h
index 10a14ee51b2..cd15a79dbf6 100644
--- a/src/include/storage/pos.h
+++ b/src/include/storage/pos.h
@@ -4,10 +4,10 @@
* POSTGRES "position" 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/storage/pos.h,v 1.17 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pos.h,v 1.18 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index 7457a6eabac..8d514fce94d 100644
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -4,10 +4,10 @@
* per-process shared memory data structures
*
*
- * 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/storage/proc.h,v 1.76 2004/09/29 15:15:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.77 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/relfilenode.h b/src/include/storage/relfilenode.h
index adbff149f20..5d9bd9a9c92 100644
--- a/src/include/storage/relfilenode.h
+++ b/src/include/storage/relfilenode.h
@@ -4,10 +4,10 @@
* Physical access information for relations.
*
*
- * 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/storage/relfilenode.h,v 1.11 2004/08/29 05:06:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/relfilenode.h,v 1.12 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index 3783b79fa5d..1fa644cb093 100644
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -63,10 +63,10 @@
* when using the SysV semaphore 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/storage/s_lock.h,v 1.132 2004/10/06 23:41:59 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.133 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h
index fe67be6ac28..417b7b65e9a 100644
--- a/src/include/storage/shmem.h
+++ b/src/include/storage/shmem.h
@@ -4,10 +4,10 @@
* shared memory management structures
*
*
- * 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/storage/shmem.h,v 1.43 2004/09/28 20:46:35 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.44 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h
index 9d0a9513445..0fce7466149 100644
--- a/src/include/storage/sinval.h
+++ b/src/include/storage/sinval.h
@@ -4,10 +4,10 @@
* POSTGRES shared cache invalidation communication 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/storage/sinval.h,v 1.38 2004/08/29 05:06:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/sinval.h,v 1.39 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h
index a7180c58290..7fce6070da0 100644
--- a/src/include/storage/sinvaladt.h
+++ b/src/include/storage/sinvaladt.h
@@ -4,10 +4,10 @@
* POSTGRES shared cache invalidation segment 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/storage/sinvaladt.h,v 1.36 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/sinvaladt.h,v 1.37 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h
index 7ef336374af..eaae72752b9 100644
--- a/src/include/storage/smgr.h
+++ b/src/include/storage/smgr.h
@@ -4,10 +4,10 @@
* storage manager switch public interface declarations.
*
*
- * 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/storage/smgr.h,v 1.48 2004/08/29 05:06:58 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/smgr.h,v 1.49 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/spin.h b/src/include/storage/spin.h
index a7e02207311..1c0e84d96b5 100644
--- a/src/include/storage/spin.h
+++ b/src/include/storage/spin.h
@@ -37,10 +37,10 @@
* supplied by s_lock.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/storage/spin.h,v 1.24 2004/08/29 04:13:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/spin.h,v 1.25 2004/12/31 22:03:42 pgsql Exp $
*
*-------------------------------------------------------------------------
*/