From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Sandy(at)McArthur(dot)org |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Rendezvous/Bonjour broken in 8.1 beta |
Date: | 2005-09-16 17:37:10 |
Message-ID: | 200509161737.j8GHbAM28741@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Added to TODO:
* Update Bonjour to work with newer cross-platform SDK
---------------------------------------------------------------------------
Sandy McArthur wrote:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2005-09-16 17:47:33 | Re: New dot releases |
Previous Message | Bruce Momjian | 2005-09-16 16:57:20 | Re: inet increment with int |