diff options
| author | Bruce Momjian | 2008-01-01 19:46:01 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2008-01-01 19:46:01 +0000 |
| commit | 9098ab9e327c2e6b0fece9e550d7d93663c60ff5 (patch) | |
| tree | b2228b5b8f5c6a2f019e5647ba8cf2b5425fc8fc /src/include/postmaster | |
| parent | 44ede1072dfcdd4291225b55439a549c8a6cc2b7 (diff) | |
Update copyrights in source tree to 2008.
Diffstat (limited to 'src/include/postmaster')
| -rw-r--r-- | src/include/postmaster/autovacuum.h | 4 | ||||
| -rw-r--r-- | src/include/postmaster/bgwriter.h | 4 | ||||
| -rw-r--r-- | src/include/postmaster/fork_process.h | 4 | ||||
| -rw-r--r-- | src/include/postmaster/pgarch.h | 4 | ||||
| -rw-r--r-- | src/include/postmaster/postmaster.h | 4 | ||||
| -rw-r--r-- | src/include/postmaster/syslogger.h | 4 | ||||
| -rw-r--r-- | src/include/postmaster/walwriter.h | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/src/include/postmaster/autovacuum.h b/src/include/postmaster/autovacuum.h index ac8eaede060..9010b4e61b5 100644 --- a/src/include/postmaster/autovacuum.h +++ b/src/include/postmaster/autovacuum.h @@ -4,10 +4,10 @@ * header file for integrated autovacuum daemon * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postmaster/autovacuum.h,v 1.13 2007/11/15 21:14:44 momjian Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/autovacuum.h,v 1.14 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/bgwriter.h b/src/include/postmaster/bgwriter.h index 7b62cb02eca..b1c6fd59fcb 100644 --- a/src/include/postmaster/bgwriter.h +++ b/src/include/postmaster/bgwriter.h @@ -3,9 +3,9 @@ * bgwriter.h * Exports from postmaster/bgwriter.c. * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/postmaster/bgwriter.h,v 1.10 2007/06/28 00:02:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/bgwriter.h,v 1.11 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/fork_process.h b/src/include/postmaster/fork_process.h index 48cce4b68e2..4eb91abe492 100644 --- a/src/include/postmaster/fork_process.h +++ b/src/include/postmaster/fork_process.h @@ -3,9 +3,9 @@ * fork_process.h * Exports from postmaster/fork_process.c. * - * Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Copyright (c) 1996-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/postmaster/fork_process.h,v 1.5 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/fork_process.h,v 1.6 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/pgarch.h b/src/include/postmaster/pgarch.h index 1edbb2a75b2..7db81b6b5d4 100644 --- a/src/include/postmaster/pgarch.h +++ b/src/include/postmaster/pgarch.h @@ -3,10 +3,10 @@ * pgarch.h * Exports from postmaster/pgarch.c. * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postmaster/pgarch.h,v 1.5 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/pgarch.h,v 1.6 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/postmaster.h b/src/include/postmaster/postmaster.h index 0a963b7a341..6ce7b61902a 100644 --- a/src/include/postmaster/postmaster.h +++ b/src/include/postmaster/postmaster.h @@ -3,10 +3,10 @@ * postmaster.h * Exports from postmaster/postmaster.c. * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.17 2007/02/16 17:07:00 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.18 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/syslogger.h b/src/include/postmaster/syslogger.h index 2dd7392d866..77bc1941a3e 100644 --- a/src/include/postmaster/syslogger.h +++ b/src/include/postmaster/syslogger.h @@ -3,9 +3,9 @@ * syslogger.h * Exports from postmaster/syslogger.c. * - * Copyright (c) 2004-2007, PostgreSQL Global Development Group + * Copyright (c) 2004-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/postmaster/syslogger.h,v 1.13 2007/11/15 22:25:17 momjian Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/syslogger.h,v 1.14 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/walwriter.h b/src/include/postmaster/walwriter.h index 3cefe9ad7ba..03a7d937936 100644 --- a/src/include/postmaster/walwriter.h +++ b/src/include/postmaster/walwriter.h @@ -3,9 +3,9 @@ * walwriter.h * Exports from postmaster/walwriter.c. * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/postmaster/walwriter.h,v 1.1 2007/07/24 04:54:09 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/walwriter.h,v 1.2 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ |
