pgsql: Make ECPG regression tests independent of - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Make ECPG regression tests independent of
Date
Msg-id 20100720015719.BA28E7541D5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make ECPG regression tests independent of standard_conforming_strings.

Per buildfarm, again.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/test/expected:
        sql-quote.c (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-quote.c?r1=1.17&r2=1.18)
        sql-quote.stderr (r1.12 -> r1.13)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-quote.stderr?r1=1.12&r2=1.13)
        sql-quote.stdout (r1.2 -> r1.3)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-quote.stdout?r1=1.2&r2=1.3)
    pgsql/src/interfaces/ecpg/test/sql:
        quote.pgc (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/sql/quote.pgc?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Make hstore regression tests independent of
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Add \conninfo command to psql, to show current connection info.