This is a discussion on BUG #3503: Benchmark scripts broken within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 3503 Logged by: Justin Hibbits Email address: justin.hibbits@baesystems.com PostgreSQL version: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 3503 Logged by: Justin Hibbits Email address: justin.hibbits@baesystems.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. ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| Justin Hibbits wrote: > > The following bug has been logged online: > > Bug reference: 3503 > Logged by: Justin Hibbits > Email address: justin.hibbits@baesystems.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@momjian.us> http://momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| Thread Tools | |
| Display Modes | |
|
|