summaryrefslogtreecommitdiff
path: root/contrib/pgbench
diff options
context:
space:
mode:
authorPostgreSQL Daemon2003-11-29 19:52:15 +0000
committerPostgreSQL Daemon2003-11-29 19:52:15 +0000
commit969685ad443637a24650909357e4e768a88412fc (patch)
treef4a2b7c998cc9ed58f2e228620af2bcc38729e93 /contrib/pgbench
parent738dc233f4dcb51e9c969718b52f5579de252880 (diff)
$Header: -> $PostgreSQL Changes ...
Diffstat (limited to 'contrib/pgbench')
-rw-r--r--contrib/pgbench/Makefile2
-rw-r--r--contrib/pgbench/pgbench.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgbench/Makefile b/contrib/pgbench/Makefile
index e52e577931c..b8504342b66 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 8d817d9c6e2..b42a6926919 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