pgsql: Check to see whether libxml2 handles error context the way we ex

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check to see whether libxml2 handles error context the way we ex
Date: 2011-07-26 20:31:22
Message-ID: E1QloHi-0007oK-Ve@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Check to see whether libxml2 handles error context the way we expect.

It turns out to be possible to link against a libxml2.so that does this
differently than the version we configured and built against, so we need
a runtime check to avoid bizarre behavior. Per report from Bernd Helmle.
Patch by Florian Pflug.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/xml.c | 38 ++++++++++++++++++++++++++++++++++++--
1 files changed, 36 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2011-07-26 22:13:40 Re: [COMMITTERS] pgsql: Add missing newlines at end of error messages
Previous Message Peter Eisentraut 2011-07-26 20:30:17 pgsql: Add missing newlines at end of error messages