Обсуждение: pgsql/src/backend/libpq hba.c

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

pgsql/src/backend/libpq hba.c

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/08/02 10:39:35

Modified files:
    src/backend/libpq: hba.c

Log message:
    Even though SO_PEERCRED is probably totally unportable, might as well
    declare the getsockopt parameter as ACCEPT_TYPE_ARG3 to be consistent
    with our other uses of getsockopt.