]> granicus.if.org Git - postgresql/commit
Avoid double close of file handle in syslogger on win32
authorMagnus Hagander <magnus@hagander.net>
Tue, 21 Feb 2012 16:12:25 +0000 (17:12 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 21 Feb 2012 16:13:59 +0000 (17:13 +0100)
commit3d2aa2c086116fd41dc7f8cff1e3ec9e5d4e2b2c
tree05920eb410e176054165387f50623a3253f1ba68
parentf22bd1570e5bc820d7493d7c60d42634c6403171
Avoid double close of file handle in syslogger on win32

This causes an exception when running under a debugger or in particular
when running on a debug version of Windows.

Patch from MauMau
src/backend/postmaster/syslogger.c