-
- Downloads
Slightly delayed patches from Todd...damn holidays :)
o A new patch that contains the following changes: -- The pg_pwd file is now cached in the postmaster's memory. -- pg_pwd is reloaded when the postmaster detects a flag file creat()'ed by a backend. -- qsort() is used to sort loaded password entries, and bsearch() is is used to find entries in the pg_pwd cache. -- backends now copy the pg_user relation to pg_pwd.pid, and then rename the temp file to be pg_pwd. -- The delimiter for pg_pwd has been changed to a tab character.
Showing
- src/backend/commands/user.c 31 additions, 7 deletionssrc/backend/commands/user.c
- src/backend/libpq/crypt.c 151 additions, 53 deletionssrc/backend/libpq/crypt.c
- src/bin/initdb/initdb.sh 2 additions, 2 deletionssrc/bin/initdb/initdb.sh
- src/include/libpq/crypt.h 7 additions, 0 deletionssrc/include/libpq/crypt.h
Loading
Please register or sign in to comment