pgsql: Remove xmlparse(document '') test

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove xmlparse(document '') test
Date: 2015-12-14 17:59:29
Message-ID: E1a8XPF-0002TL-Ng@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove xmlparse(document '') test

This one test was behaving differently between the ubuntu fix for
CVE-2015-7499 and the base "expected" file. It's not worth having
yet another version of the expected file for this test, so drop it.
Perhaps at some point when all distros have settled down to the
same behavior on this test, it can be restored.

Problem found by me on libxml2 (2.9.1+dfsg1-3ubuntu4.6).
Solution suggested by Tom Lane.
Backpatch to 9.5, where the test was added.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e2f1765ce0770e813971336bb4603099d24cbe57

Modified Files
--------------
src/test/regress/expected/xml.out | 11 -----------
src/test/regress/expected/xml_1.out | 4 ----
src/test/regress/expected/xml_2.out | 4 ----
src/test/regress/sql/xml.sql | 1 -
4 files changed, 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-12-14 19:45:59 pgsql: Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Previous Message Heikki Linnakangas 2015-12-14 16:56:19 pgsql: Fix out-of-memory error handling in ParameterDescription message