Re: BUG #3503: Benchmark scripts broken

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Justin Hibbits <justin(dot)hibbits(at)baesystems(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3503: Benchmark scripts broken
Date: 2007-08-01 22:25:08
Message-ID: 200708012225.l71MP8B22350@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Justin Hibbits wrote:
>
> The following bug has been logged online:
>
> Bug reference: 3503
> Logged by: Justin Hibbits
> Email address: justin(dot)hibbits(at)baesystems(dot)com
> PostgreSQL version: 8.2.4
> Operating system: Linux
> Description: Benchmark scripts broken
> Details:
>
> It appears that the benchmark script src/test/bench/create.sh is broken, in
> that it tries to execute "postgres -D${1} postgres", which is invalid
> according to postgres.

Fixed in several place, e.g.:

echo "drop database bench" | postgres -D"$1" postgres > /dev/null

This fix will be in 8.3.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Gregory Stark 2007-08-01 23:44:02 Re: Oddities with ANYARRAY
Previous Message Peter Koczan 2007-08-01 21:19:40 BUG #3504: Some listening sessions never return from writing, problems ensue