Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c5afb8

Browse files
committed
Makefile fix from Tatsuo Ishii.
1 parentfd6b3c2 commit7c5afb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/bench/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.3 1996/11/13 10:35:59 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.4 1997/07/28 23:57:20 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -44,8 +44,8 @@ bench.sql:
4444
runtest:$(OUTFILES)
4545

4646
bench.out:$(CREATEFILES)
47-
$(SHELL) ./create.sh&&\
48-
$(SHELL) ./runwisc.sh>bench.out2>&1
47+
$(SHELL) ./create.sh$$PGDATA&&\
48+
$(SHELL) ./runwisc.sh$$PGDATA>bench.out2>&1
4949
@echo"RESULTS OF BENCHMARK ARE SAVED IN FILE bench.out";
5050

5151
bench.out.perquery: bench.out

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp