Nick Wellnhofer napsal(a):
Currently, Apache::DBI never disconnects from the database. This leads to the following warnings in my Postgres logs every time an Apache child exits:LOG: unexpected EOF on client connection Depending on MaxRequestsPerChild this can really spam your Postgres logs. Attached is a patch against Apache::DBI that adds a PerlChildExitHandler in order to disconnect all existing database connections. Comments are welcome.
Thanks, it made my Postgres log useful again.
