Re: Rendezvous/Bonjour broken in 8.1 beta

From: Sandy McArthur <sandymac(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Rendezvous/Bonjour broken in 8.1 beta
Date: 2005-09-11 06:51:28
Message-ID: 6bde122b050910235123e9f693@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

FYI: The DNSServiceDiscovery.h is Mac OS X specific and only kept
around for Mac OS X 10.2 and older compatiability. Apple has moved to
a cross platform impelentation with the dns_sd.h API available for OS
X, Win32, and most any posix type system.

Any reference to DNSServiceDiscovery.h in pgsql should go away (unless
you want to keep support for pre-10.3 Mac OS X) and be replaced with
the newer dns_sd.h interfaces.

On 9/8/05, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> It gets a lot worse. The Windows SDK does not export the same API. None
> of the DNSfoo things we refer to in postmaster.c are defined in the
> supplied header file (not to mention other idiocies I was able to
> negotiate past). Apparently Apple have never heard of code portability.

--
Sandy McArthur

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jochem van Dieten 2005-09-11 08:32:28 Re: FAQ/HTML standard?
Previous Message Bruno Wolff III 2005-09-11 03:32:06 Re: FAQ/HTML standard?