Re: Patch: update Bonjour support to the newer non-deprecated API

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch: update Bonjour support to the newer non-deprecated API
Дата
Msg-id 28262.1252426315@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch: update Bonjour support to the newer non-deprecated API  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Patch: update Bonjour support to the newer non-deprecated API  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Should we inject some sort of compile-time rejection of the
> compatibility API?  Like, say

> #ifdef AVAHI_SERVICE_COOKIE
> #error The Avahi implementation is incompatible
> #endif

> inside some #ifdef BONJOUR block?

I looked into this and couldn't find any obvious candidate symbol to
test for.  I'm not that excited about throwing roadblocks in the way
of somebody who wants to try it, anyway --- my feeling is more like
"if it breaks you get to keep both pieces".
        regards, tom lane


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

Предыдущее
От: Michael Gould
Дата:
Сообщение: Disable and enable of table and column constraints
Следующее
От: Alvaro Herrera
Дата:
Сообщение: RfD: more powerful "any" types