pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3
Дата
Msg-id 20060124163850.89D849DC9AB@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
provided by configure, instead.  Per bug #2205.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        pqcomm.c (r1.182 -> r1.182.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c.diff?r1=1.182&r2=1.182.2.1)
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.73 -> r1.73.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.73&r2=1.73.2.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3
Следующее
От: gsmet@pgfoundry.org (User Gsmet)
Дата:
Сообщение: pgfouine - pgfouine: minor fix in command line help