pgsql: Don't refer to the database name "regression" inside the

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't refer to the database name "regression" inside the
Date: 2008-07-03 16:01:10
Message-ID: 20080703160110.591FA754857@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't refer to the database name "regression" inside the regression test
scripts, to allow running the test successfully with another database name.

Modified Files:
--------------
pgsql/src/test/regress/expected:
prepare.out (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/prepare.out?r1=1.18&r2=1.19)
privileges.out (r1.37 -> r1.38)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/privileges.out?r1=1.37&r2=1.38)
temp.out (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/temp.out?r1=1.13&r2=1.14)
pgsql/src/test/regress/sql:
prepare.sql (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/prepare.sql?r1=1.6&r2=1.7)
privileges.sql (r1.19 -> r1.20)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/privileges.sql?r1=1.19&r2=1.20)
temp.sql (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/temp.sql?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-07-03 19:50:26 npgsql - Npgsql2: [#1010421] Matching of parameter names should be
Previous Message Peter Eisentraut 2008-07-03 15:59:55 pgsql: Don't print the name of the database in psql \z.