Обсуждение: pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3

Поиск
Список
Период
Сортировка

pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
provided by configure, instead.  Per bug #2205.

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