diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-20 09:32:42 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-20 09:32:42 -0500 |
commit | 7d5cfe45d52c4dbd2f431f0edcafc9936b740ab2 (patch) | |
tree | 0fa167575cb490d0327cb914218cd16751ed74d2 /sitestatic | |
parent | 33bfba71042a55ff57115e833aabfed9852e80f4 (diff) |
Explicitly close the database connection in reporead
This is the cause of these warnings showing up in the PostgreSQL log:
LOG: unexpected EOF on client connection with an open transaction
All management commands are guilty of this as they do not clean up and
close the connection when they exit, unlike the standard web request
cycle. Other commands should probably be updated as well, but for now,
this is the biggest culprit.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
0 files changed, 0 insertions, 0 deletions