pgsql/src/backend/libpq hba.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/libpq hba.c
Date: 2001-08-02 14:27:40
Message-ID: 200108021427.f72EReu72770@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-08-02 14:39:36 pgsql/src/backend/libpq hba.c
Previous Message Tom Lane 2001-08-01 23:52:51 pgsql/ /configure.in /configure rc/backend/lib ...