diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/bench/Makefile | 4 | ||||
-rw-r--r-- | src/test/examples/testlo.c | 4 | ||||
-rw-r--r-- | src/test/regress/GNUmakefile | 4 | ||||
-rw-r--r-- | src/test/regress/pg_regress.c | 4 | ||||
-rw-r--r-- | src/test/regress/pg_regress.h | 4 | ||||
-rw-r--r-- | src/test/regress/pg_regress_main.c | 4 | ||||
-rw-r--r-- | src/test/thread/Makefile | 4 | ||||
-rw-r--r-- | src/test/thread/thread_test.c | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/src/test/bench/Makefile b/src/test/bench/Makefile index cba15c3aba8..c528fc015c3 100644 --- a/src/test/bench/Makefile +++ b/src/test/bench/Makefile @@ -3,12 +3,12 @@ # Makefile-- # Makefile for the Wisconsin Benchmark # -# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group # Portions Copyright (c) 1994-5, Regents of the University of California # # # IDENTIFICATION -# $PostgreSQL: pgsql/src/test/bench/Makefile,v 1.14 2007/01/05 22:20:03 momjian Exp $ +# $PostgreSQL: pgsql/src/test/bench/Makefile,v 1.15 2008/01/01 19:46:00 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/test/examples/testlo.c b/src/test/examples/testlo.c index d65908ec0e6..83e37bd7a1a 100644 --- a/src/test/examples/testlo.c +++ b/src/test/examples/testlo.c @@ -3,12 +3,12 @@ * testlo.c * test using large objects with libpq * - * 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 * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.29 2007/02/01 19:10:30 momjian Exp $ + * $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.30 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 0df7b9fa2c9..4d19f9c0bbd 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -3,10 +3,10 @@ # GNUmakefile-- # Makefile for src/test/regress (the regression tests) # -# 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/test/regress/GNUmakefile,v 1.70 2007/09/09 22:53:33 adunstan Exp $ +# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.71 2008/01/01 19:46:00 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c index 55bd778e325..7d4f50fea74 100644 --- a/src/test/regress/pg_regress.c +++ b/src/test/regress/pg_regress.c @@ -8,10 +8,10 @@ * * This code is released under the terms of the PostgreSQL License. * - * 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/test/regress/pg_regress.c,v 1.39 2007/11/27 19:13:30 tgl Exp $ + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.40 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/test/regress/pg_regress.h b/src/test/regress/pg_regress.h index ced7a1343af..43ca8983252 100644 --- a/src/test/regress/pg_regress.h +++ b/src/test/regress/pg_regress.h @@ -1,10 +1,10 @@ /*------------------------------------------------------------------------- * pg_regress.h --- regression test driver * - * 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/test/regress/pg_regress.h,v 1.2 2007/11/15 21:14:46 momjian Exp $ + * $PostgreSQL: pgsql/src/test/regress/pg_regress.h,v 1.3 2008/01/01 19:46:00 momjian Exp $ *------------------------------------------------------------------------- */ diff --git a/src/test/regress/pg_regress_main.c b/src/test/regress/pg_regress_main.c index 15b12853ce4..a1c160aaf8e 100644 --- a/src/test/regress/pg_regress_main.c +++ b/src/test/regress/pg_regress_main.c @@ -8,10 +8,10 @@ * * This code is released under the terms of the PostgreSQL License. * - * 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/test/regress/pg_regress_main.c,v 1.2 2007/11/15 21:14:46 momjian Exp $ + * $PostgreSQL: pgsql/src/test/regress/pg_regress_main.c,v 1.3 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/test/thread/Makefile b/src/test/thread/Makefile index 47fac32cf42..0eeb0928bbb 100644 --- a/src/test/thread/Makefile +++ b/src/test/thread/Makefile @@ -2,9 +2,9 @@ # # Makefile for tools/thread # -# Copyright (c) 2003-2007, PostgreSQL Global Development Group +# Copyright (c) 2003-2008, PostgreSQL Global Development Group # -# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.3 2007/01/05 22:20:04 momjian Exp $ +# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.4 2008/01/01 19:46:01 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/test/thread/thread_test.c b/src/test/thread/thread_test.c index 9e6f5183b91..51912f57f7b 100644 --- a/src/test/thread/thread_test.c +++ b/src/test/thread/thread_test.c @@ -3,10 +3,10 @@ * test_thread_funcs.c * libc thread test program * - * 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/test/thread/thread_test.c,v 1.4 2007/02/01 19:10:30 momjian Exp $ + * $PostgreSQL: pgsql/src/test/thread/thread_test.c,v 1.5 2008/01/01 19:46:01 momjian Exp $ * * This program tests to see if your standard libc functions use * pthread_setspecific()/pthread_getspecific() to be thread-safe. |