Обсуждение: pgsql/src backend/libpq/hba.c backend/postmast ...

Поиск
Список
Период
Сортировка

pgsql/src backend/libpq/hba.c backend/postmast ...

От
Tom Lane
Дата:
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).