• Heikki Linnakangas's avatar
    Fix file descriptor leak at end of recovery. · 2ef6c66a
    Heikki Linnakangas authored
    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.
    2ef6c66a
xlog.c 334 KB