Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard
Дата
Msg-id AANLkTin3Hf_P7c7mePmvLTYIWMucXmAtNXOCvK_6MuIk@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard  (Mike Fowler <mike@mlfowler.com>)
Ответы Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard  (Andrew Dunstan <andrew@dunslane.net>)
Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, May 25, 2010 at 1:09 PM, Mike Fowler <mike@mlfowler.com> wrote:
>> We're unlikely to accept this patch if it changes the minimum version
>> of libxml2 required to compile PostgreSQL
>
> Why? 2.6.27 is almost 4 years old.

Because we work hard to minimize our dependencies and make them as
non-onerous as possible.

At a minimum, I think it's fair to say that the burden is on you to
justify what it's worth bumping the version number.  If there is some
major speed or performance advantage to using the newer API, maybe
we'll consider it.  But if it's just a few extra lines of code to work
around it, then it's better to write those extra lines of code rather
than potentially force users to upgrade packages they're otherwise
happy with.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Synchronization levels in SR
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Synchronization levels in SR