pgsql: Regression test for XML mapping functionality I wrote this one

Lists: pgsql-committers
From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Regression test for XML mapping functionality I wrote this one
Date: 2009-07-02 07:03:18
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Regression test for XML mapping functionality

I wrote this one while chasing down some bugs in the closing days of 8.4. It
could be useful in the long run. This area of the code had no test coverage
at all before.

Modified Files:
--------------
pgsql/src/test/regress:
parallel_schedule (r1.55 -> r1.56)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/parallel_schedule?r1=1.55&r2=1.56)
serial_schedule (r1.52 -> r1.53)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/serial_schedule?r1=1.52&r2=1.53)

Added Files:
-----------
pgsql/src/test/regress/expected:
xmlmap.out (r1.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xmlmap.out?rev=1.1&content-type=text/x-cvsweb-markup)
xmlmap_1.out (r1.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xmlmap_1.out?rev=1.1&content-type=text/x-cvsweb-markup)
pgsql/src/test/regress/sql:
xmlmap.sql (r1.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xmlmap.sql?rev=1.1&content-type=text/x-cvsweb-markup)