summaryrefslogtreecommitdiff
path: root/src/include/tcop
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-01-01 17:24:05 +0000
committerBruce Momjian <bruce@momjian.us>2009-01-01 17:24:05 +0000
commit511db38ace2690f19816465baed07cefe535bfec (patch)
treea5a4cc6ce0bbeef24c1c889ffee6f11212fc1216 /src/include/tcop
parent87081b2d35057c4919a8a05a7c52fe87845874d5 (diff)
downloadpostgresql-511db38ace2690f19816465baed07cefe535bfec.tar.gz
Update copyright for 2009.
Diffstat (limited to 'src/include/tcop')
-rw-r--r--src/include/tcop/dest.h4
-rw-r--r--src/include/tcop/fastpath.h4
-rw-r--r--src/include/tcop/pquery.h4
-rw-r--r--src/include/tcop/tcopdebug.h4
-rw-r--r--src/include/tcop/tcopprot.h4
-rw-r--r--src/include/tcop/utility.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h
index 508b7ab378..40437e1eaa 100644
--- a/src/include/tcop/dest.h
+++ b/src/include/tcop/dest.h
@@ -57,10 +57,10 @@
* calls in portal and cursor manipulations.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.56 2008/11/30 20:51:25 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.57 2009/01/01 17:24:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h
index 4673ea350c..46d1f3b84d 100644
--- a/src/include/tcop/fastpath.h
+++ b/src/include/tcop/fastpath.h
@@ -3,10 +3,10 @@
* fastpath.h
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.21 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.22 2009/01/01 17:24:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h
index fa2c27a182..ca39fce870 100644
--- a/src/include/tcop/pquery.h
+++ b/src/include/tcop/pquery.h
@@ -4,10 +4,10 @@
* prototypes for pquery.c.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.44 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.45 2009/01/01 17:24:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h
index 54f0980f7a..e16fd527ef 100644
--- a/src/include/tcop/tcopdebug.h
+++ b/src/include/tcop/tcopdebug.h
@@ -4,10 +4,10 @@
* #defines governing debugging behaviour in the traffic cop
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.17 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.18 2009/01/01 17:24:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h
index deb3df1267..144fad0cd8 100644
--- a/src/include/tcop/tcopprot.h
+++ b/src/include/tcop/tcopprot.h
@@ -4,10 +4,10 @@
* prototypes for postgres.c.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.96 2008/12/13 02:29:22 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.97 2009/01/01 17:24:01 momjian Exp $
*
* OLD COMMENTS
* This file was created so that other c files could get the two
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h
index fbf7bb5185..d609b0ac4e 100644
--- a/src/include/tcop/utility.h
+++ b/src/include/tcop/utility.h
@@ -4,10 +4,10 @@
* prototypes for utility.c.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.34 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.35 2009/01/01 17:24:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/