pgsql: Specifying a dbname should override the default database, not add

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Specifying a dbname should override the default database, not add
Date: 2007-06-12 13:54:58
Message-ID: 20070612135458.9D8FD9FB687@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Specifying a dbname should override the default database, not add to it.
Fixes buildfarm failures on contribcheck.

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.34&r2=1.35)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2007-06-12 14:24:56 psqlodbc - psqlodbc: Fix a bug which doesn't free connection list
Previous Message Magnus Hagander 2007-06-12 13:26:45 pgsql: Fix missing variable initialization.