Bonjour registration on Intel Macs is broken

Поиск
Список
Период
Сортировка
От Ashley Clark
Тема Bonjour registration on Intel Macs is broken
Дата
Msg-id C90A42E6-6807-4FD3-B7B7-F07DCD3B0A48@ghoti.org
обсуждение исходный текст
Ответы Re: Bonjour registration on Intel Macs is broken  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
The call to DNSServiceRegistrationCreate in postmaster.c does incorrect byte-swapping on the port number which causes the Bonjour registration call to fail on Intel Macs.

This patch uses htons() instead of htonl() and fixes this bug.


Ashley Clark


Вложения

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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: allow select from void function in void sql function
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Bonjour registration on Intel Macs is broken