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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Check to see whether libxml2 handles error context the way we ex
Дата
Msg-id E1QloHi-0007oK-Ve@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing newlines at end of error messages
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix typo.