git.postgresql.org Git - postgresql.git/commit
2014年12月21日 19:49:03 +0000 (21:49 +0200)
2014年12月21日 19:51:59 +0000 (21:51 +0200)
commit 2ef6c66a2b1ed288a5e4448989d4b85082d22736
Fix file descriptor leak at end of recovery.
XLogFileInit() returns a file descriptor, which needs to be closed. The leak
was short-lived, since the startup process exits shortly afterwards, but it
was clearly a bug, nevertheless.
Per Coverity report.
This is the main PostgreSQL git repository.
RSS
Atom