diff options
author | PostgreSQL Daemon | 2003-11-29 19:52:15 +0000 |
---|---|---|
committer | PostgreSQL Daemon | 2003-11-29 19:52:15 +0000 |
commit | 969685ad443637a24650909357e4e768a88412fc (patch) | |
tree | f4a2b7c998cc9ed58f2e228620af2bcc38729e93 /src/test/bench | |
parent | 738dc233f4dcb51e9c969718b52f5579de252880 (diff) |
$Header: -> $PostgreSQL Changes ...
Diffstat (limited to 'src/test/bench')
-rw-r--r-- | src/test/bench/Makefile | 2 | ||||
-rwxr-xr-x | src/test/bench/create.sh | 2 | ||||
-rwxr-xr-x | src/test/bench/runwisc.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/bench/Makefile b/src/test/bench/Makefile index 4f8e8b2e092..39eca668678 100644 --- a/src/test/bench/Makefile +++ b/src/test/bench/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.9 2001/02/20 19:20:29 petere Exp $ +# $PostgreSQL: pgsql/src/test/bench/Makefile,v 1.10 2003/11/29 19:52:14 pgsql Exp $ # #------------------------------------------------------------------------- diff --git a/src/test/bench/create.sh b/src/test/bench/create.sh index efdecb9403f..8a7a3da4a9a 100755 --- a/src/test/bench/create.sh +++ b/src/test/bench/create.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /cvsroot/pgsql/src/test/bench/Attic/create.sh,v 1.2 1997/04/17 13:48:49 scrappy Exp $ +# $PostgreSQL: pgsql/src/test/bench/create.sh,v 1.3 2003/11/29 19:52:14 pgsql Exp $ # if [ ! -d $1 ]; then echo " you must specify a valid data directory " diff --git a/src/test/bench/runwisc.sh b/src/test/bench/runwisc.sh index 8509320767d..642edd3f0d2 100755 --- a/src/test/bench/runwisc.sh +++ b/src/test/bench/runwisc.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Header: /cvsroot/pgsql/src/test/bench/Attic/runwisc.sh,v 1.4 1999/05/23 18:53:30 momjian Exp $ +# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.5 2003/11/29 19:52:14 pgsql Exp $ # # Note that in our published benchmark numbers, we executed the command in the # following fashion: |