]> granicus.if.org Git - postgresql/commit
Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Jul 2001 22:55:45 +0000 (22:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Jul 2001 22:55:45 +0000 (22:55 +0000)
commit77896d1fc92d3cc48622d24a8fc0037186baeefd
tree0d3e6698a02f73a06d5fb032c3e063d9dfa39b3f
parent0889bd00bd365ca252d75118378171fe5fd48289
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).
src/backend/libpq/hba.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/include/libpq/hba.h