Hi,
> I would appreciate it if you could give me a suggestion
> for a not-too-difficult to set up or interpret PostgreSQL
> benchmark with a reasonable running time (< an hour or so)
> which I can add to my performance regression tests.
Check out `make check', a regression test which ships with Postgres, and
pgbench, a TPC-like benchmark, in contrib/.
Gavin