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

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/libpq/hba.c backend/postmast ...
Date: 2001-07-31 22:55:45
Message-ID: 200107312255.f6VMtj041493@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/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).

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-07-31 23:05:06 pg_hba.conf pre-parsing change
Previous Message Tom Lane 2001-07-31 20:16:33 pgsql/src/backend/optimizer/util clauses.c