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:27:40

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

Log message:
    Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann,
    that call is not needed to prepare for SO_PEERCRED.  Also, simplify code
    so that #ifdef SO_PEERCRED appears in only one place, to make it easier
    to support other platforms with variants of this capability.