diff options
Diffstat (limited to 'contrib/pgbench')
-rw-r--r-- | contrib/pgbench/Makefile | 2 | ||||
-rw-r--r-- | contrib/pgbench/pgbench.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgbench/Makefile b/contrib/pgbench/Makefile index e52e577931..b8504342b6 100644 --- a/contrib/pgbench/Makefile +++ b/contrib/pgbench/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/pgbench/Makefile,v 1.10 2001/09/06 10:49:30 petere Exp $ +# $PostgreSQL: pgsql/contrib/pgbench/Makefile,v 1.11 2003/11/29 19:51:35 pgsql Exp $ subdir = contrib/pgbench top_builddir = ../.. diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index 8d817d9c6e..b42a692691 100644 --- a/contrib/pgbench/pgbench.c +++ b/contrib/pgbench/pgbench.c @@ -1,5 +1,5 @@ /* - * $Header: /cvsroot/pgsql/contrib/pgbench/pgbench.c,v 1.28 2003/11/26 06:53:18 ishii Exp $ + * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.29 2003/11/29 19:51:35 pgsql Exp $ * * pgbench: a simple TPC-B like benchmark program for PostgreSQL * written by Tatsuo Ishii |