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

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: 20090702070318.DBF8D75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2009-07-02 09:50:59 reorg - pg_reorg: Fix data corruption bug reported by robjderr
Previous Message User Jbcooley 2009-07-02 02:29:32 npgsql - Npgsql2: #1010663 - Fix decimal character for decimal numbers.