Regression test database name

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: Regression test database name
Date: 2008-07-02 13:45:09
Message-ID: 200807021545.10144.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 always been
an inconsistency, so it's good to get rid of anyway. The majority of the
diff in prepare.out is whitespace differences. Objections?

Attachment Content-Type Size
regression-dbname.diff text/x-diff 23.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2008-07-02 13:54:09 Re: Regression test database name
Previous Message Gregory Stark 2008-07-02 09:25:51 Re: Explain XML patch v2