pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does
Дата
Msg-id 20060318221012.34E119DCA8B@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
The call to DNSServiceRegistrationCreate in postmaster.c does incorrect
byte-swapping on the port number which causes the call to fail on Intel
Macs.

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

Ashley Clark

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.475.2.3 -> r1.475.2.4)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.475.2.3&r2=1.475.2.4)

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

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: The call to DNSServiceRegistrationCreate in postmaster.c does