CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian@hub.org 01/07/30 10:50:24
Modified files:
src/backend/libpq: hba.c
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c
src/include/libpq: hba.h
Log message:
Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of
Lists, and use that for user validation.
Bruce Momjian