Thread: pgsql/src/backend/libpq hba.c

pgsql/src/backend/libpq hba.c

From
Tom Lane
Date:
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.