pgsql/src/interfaces/libpq fe-connect.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/interfaces/libpq fe-connect.c
Date
Msg-id 20020302004923.C4040475894@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/03/01 19:49:23

Modified files:
    src/interfaces/libpq: fe-connect.c

Log message:
    Don't bother to request SSL connection over a Unix socket, since the
    postmaster won't accept the request anyway.  (If your kernel can't
    be trusted, SSL will not help you.)


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/utils/adt arrayfuncs.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/postmaster postmaster.c