pgsql: Replace use of the long-deprecated Bonjour API

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Replace use of the long-deprecated Bonjour API
Дата
Msg-id 20090908160826.83FF0753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreate
with the not-so-deprecated DNSServiceRegister.  This patch shouldn't change
any user-visible behavior, it just gets rid of a deprecation warning in
--with-bonjour builds.  The new code will fail on OS X releases before 10.3,
but it seems unlikely that anyone will want to run Postgres 8.5 on 10.2.

Modified Files:
--------------
    pgsql:
        configure (r1.653 -> r1.654)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.653&r2=1.654)
        configure.in (r1.609 -> r1.610)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.609&r2=1.610)
    pgsql/src/backend/postmaster:
        postmaster.c (r1.594 -> r1.595)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.594&r2=1.595)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove outside-the-scanner references to "yyleng".
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a boolean GUC parameter "bonjour" to control whether a