aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog_internal.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-29 04:13:13 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-29 04:13:13 +0000
commitda9a8649d810826daf7868c6be9a4086c835c0ee (patch)
treee1c7caa292e9ffd0097f889f43504e99d9796962 /src/include/access/xlog_internal.h
parent466c1290df8dac0dacac781fc65583d4fef8747e (diff)
downloadpostgresql-da9a8649d810826daf7868c6be9a4086c835c0ee.tar.gz
postgresql-da9a8649d810826daf7868c6be9a4086c835c0ee.zip
Update copyright to 2004.
Diffstat (limited to 'src/include/access/xlog_internal.h')
-rw-r--r--src/include/access/xlog_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h
index 89c37b7d66a..6842a716480 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.2 2004/08/03 20:32:34 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.3 2004/08/29 04:13:04 momjian Exp $
*/
#ifndef XLOG_INTERNAL_H
#define XLOG_INTERNAL_H