OSDN Git Service

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)
commit59b9f3d36d56fa2bc998c4169f650b0a501874ea
tree711d368eff299a53b540dba9d0eec549f8104071
parent4d3456e85dabfbe4182f94178ecb8789d9592bf7
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