Thread: pgsql-server/src/interfaces/libpq fe-connect.c ...

pgsql-server/src/interfaces/libpq fe-connect.c ...

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/08/01 18:27:27

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

Log message:
    Code review for sslmode patch: eliminate memory leak, avoid giving a
    completely useless error message in 'allow' case, don't retry connection
    at the sendauth stage (by then the server will either let us in or not,
    no point in wasting cycles on another try in the other SSL state).