]> granicus.if.org Git - postgresql/commit
Fix pg_pwd caching mechanism, which was broken by changes to fork
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Nov 2001 18:39:57 +0000 (18:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Nov 2001 18:39:57 +0000 (18:39 +0000)
commit8a069abd180250a5863160ed3b510a9d4c21c207
tree359d39dceba0beeca39b8efe2e0c1dc236fdbdd8
parent6babf6eab7a09127f0425c168a9e1ddffe5b4808
Fix pg_pwd caching mechanism, which was broken by changes to fork
postmaster children before client auth step.  Postmaster now rereads
pg_pwd on receipt of SIGHUP, the same way that pg_hba.conf is handled.
No cycles need be expended to validate password cache validity during
connection startup.
doc/src/sgml/client-auth.sgml
doc/src/sgml/runtime.sgml
src/backend/commands/user.c
src/backend/libpq/crypt.c
src/backend/postmaster/postmaster.c
src/include/libpq/crypt.h