Re: Another XML build issue

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Another XML build issue
Date: 2015-12-14 16:56:15
Message-ID: CACjxUsOJQpk+kH6i5Bwunm+_mFKhVbUZ8rEim+QYPg4z4f7nbg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 14, 2015 at 10:43 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> As I said, my inclination is to remove the SELECT xmlparse(document '')
> test case altogether. The following test SELECT xmlparse(document ' ')
> seems like it provides as much useful coverage as we need for that,
> and its output doesn't depend on whether libxml2 continues parsing
> after the first error.

That's fine with me. I can do that, if there are no objections.
(It is easy enough to find the affected lines in all 3 "expected"
files.)

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2015-12-14 17:04:43 Re: Disabling an index temporarily
Previous Message Tom Lane 2015-12-14 16:43:34 Re: Another XML build issue