]> granicus.if.org Git - postgresql/commit
Remove xmlparse(document '') test
authorKevin Grittner <kgrittn@postgresql.org>
Mon, 14 Dec 2015 17:37:26 +0000 (11:37 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
Mon, 14 Dec 2015 17:37:26 +0000 (11:37 -0600)
commite2f1765ce0770e813971336bb4603099d24cbe57
tree66bde6a7aa55716b5bc559e5c6ba1f12d3b46124
parent7b96bf445a42b1cb2a435854f9825c38253f79a2
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.
src/test/regress/expected/xml.out
src/test/regress/expected/xml_1.out
src/test/regress/expected/xml_2.out
src/test/regress/sql/xml.sql