Re: Another XML build issue - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Another XML build issue
Date
Msg-id CACjxUsOJQpk+kH6i5Bwunm+_mFKhVbUZ8rEim+QYPg4z4f7nbg@mail.gmail.com
Whole thread Raw
In response to Re: Another XML build issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Another XML build issue  (Kevin Grittner <kgrittn@gmail.com>)
List pgsql-hackers
On Mon, Dec 14, 2015 at 10:43 AM, Tom Lane <tgl@sss.pgh.pa.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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Another XML build issue
Next
From: Corey Huinker
Date:
Subject: Re: Disabling an index temporarily