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

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

From
petere@postgresql.org (Peter Eisentraut)
Date:
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)