Обсуждение: pgsql: Check to see whether libxml2 handles error context the way we ex

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)