pgsql/src backend/libpq/hba.c backend/postmast ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src backend/libpq/hba.c backend/postmast ...
Date
Msg-id 200107312255.f6VMtj041493@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/07/31 18:55:45

Modified files:
    src/backend/libpq: hba.c
    src/backend/postmaster: postmaster.c
    src/backend/tcop: postgres.c
    src/include/libpq: hba.h

Log message:
    Cleanup code for preparsing pg_hba.conf and pg_ident.conf.  Store line
    number in the data structure so that we can give at least a minimally
    useful idea of where the mistake is when we issue syntax error messages.
    Move the ClientAuthentication() call to where it should have been in
    the first place, so that postmaster memory releasing can happen in a
    reasonable place also.  Update obsolete comments, correct one real bug
    (auth_argument was not picked up correctly).


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/optimizer/util clauses.c
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/ oc/src/sgml/client-auth.sgml rc/backend ...