Re: [PATCHES] Regression test database name

2008-07-03 Thread Markus Wanner
Hi, Peter Eisentraut wrote: For some experiments I wanted to run the regression tests using a different database (possibly using pg_regress --dbname=), but the name "regression" is hardcoded in a few places. It's trivial to fix, see attached patch. Quick explanation: The fact that psql's \z

Re: [PATCHES] Regression test database name

2008-07-02 Thread Magnus Hagander
Peter Eisentraut wrote: > For some experiments I wanted to run the regression tests using a different > database (possibly using pg_regress --dbname=), but the name "regression" is > hardcoded in a few places. It's trivial to fix, see attached patch. Quick > explanation: The fact that psql's \

[PATCHES] Regression test database name

2008-07-02 Thread Peter Eisentraut
For some experiments I wanted to run the regression tests using a different database (possibly using pg_regress --dbname=), but the name "regression" is hardcoded in a few places. It's trivial to fix, see attached patch. Quick explanation: The fact that psql's \z prints the database name has a