diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/bench/Makefile | 4 | ||||
-rw-r--r-- | src/test/examples/testlo.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/bench/Makefile b/src/test/bench/Makefile index 1a506d5afd0..7c92d67c2de 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-2004, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group # Portions Copyright (c) 1994-5, Regents of the University of California # # # IDENTIFICATION -# $PostgreSQL: pgsql/src/test/bench/Makefile,v 1.11 2004/09/01 17:25:40 tgl Exp $ +# $PostgreSQL: pgsql/src/test/bench/Makefile,v 1.12 2004/12/31 22:03:56 pgsql Exp $ # #------------------------------------------------------------------------- diff --git a/src/test/examples/testlo.c b/src/test/examples/testlo.c index 019829649ac..83b4813eae4 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-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.24 2004/10/01 17:34:19 tgl Exp $ + * $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.25 2004/12/31 22:03:58 pgsql Exp $ * *------------------------------------------------------------------------- */ |