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

From Kevin Grittner
Subject Re: Another XML build issue
Date
Msg-id CACjxUsNxvyfTV7J2APepB4z_sw8i52FyfzhbauuKs6-CLLCyRg@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  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Dec 14, 2015 at 10:06 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> So at this point I'm guessing that Ubuntu has shipped an update that
> includes the patch Pavel Raiskup suggested in
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1286692#c4
>
> which would fix the lack of error cursors at EOF, but it would not affect
> any larger change such as stopping after the first detected error.
>
> If you can confirm that, then we'll need to decide what to do about it.

I've been looking at this diff, which seems to represent the ubuntu
libxml2 changes of today, and it seems rather different to what I
see in the Red Hat discussion.  In particular, I see no changes to
error.c.  I haven't really figured the cause of the discrepancy
yet, but figured I would pass along the diff link.

http://launchpadlibrarian.net/229976362/libxml2_2.9.1%2Bdfsg1-3ubuntu4.5_2.9.1%2Bdfsg1-3ubuntu4.6.diff.gz

--
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: Feng Tian
Date:
Subject: Re: Fdw cleanup