Re: Another issue with invalid XML values

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Another issue with invalid XML values
Дата
Msg-id 15392.1311709447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Another issue with invalid XML values  (Florian Pflug <fgp@phlo.org>)
Список pgsql-hackers
Florian Pflug <fgp@phlo.org> writes:
> Patch attached.

Will check and apply this.

> I've pondered whether to add a check to configure which verifies that
> the headers match the libxml version exactly at compile time. In the end,
> I didn't do that, for two reasons. First, there isn't anything wrong with
> using older headers together with a newer libxml, so long as both versions
> are either <= 2.7.3 or > 2.7.3. And second, with such a check in place,
> the only way to exercise libxml's promised ABI compatibility is to upgrade
> the libxml 2package after compiling postgres. That, however, is unlikely
> to happen except on production servers, and so by adding the check we'd
> increase the chance of ABI-compatibility problems remaining undetected
> during development and testing.

I concur with *not* doing that.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: sinval synchronization considered harmful
Следующее
От: Noah Misch
Дата:
Сообщение: Re: sinval synchronization considered harmful