Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreate
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Sep 2009 16:08:26 +0000 (16:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 Sep 2009 16:08:26 +0000 (16:08 +0000)
commit85007d921d092f7c31842038371573c42a91d501
treeb406f96b68b72069d8e051a160b103638705c804
parent7f3b32818559538dd65577810c636f0fbe6ee011
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.
configure
configure.in
src/backend/postmaster/postmaster.c