forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b4bfbd
committed
Handle reading of startup packet and authentication exchange after forking
a new postmaster child process. This should eliminate problems withauthentication blocking (e.g., ident, SSL init) and also reduce problemswith the accept queue filling up under heavy load.The option to send elog output to a different file per backend (postgres -o)has been disabled for now because the initialization would have to happenin a different order and it's not clear we want to keep this anyway.1 parent588463a commit9b4bfbd
File tree
6 files changed
+254
-544
lines changed- src
- backend
- libpq
- postmaster
- tcop
- utils
- error
- init
- include/libpq
6 files changed
+254
-544
lines changed0 commit comments
Comments
(0)