]> 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:14:14 +0000 (17:14 +0100)
commitd1ed3363f6077a0f616782ccb26c9571e7f3cae1
tree02ed68dcca62e0388484cbeca19094ab4bf11820
parent29f65a844bfcfd1eb22bb21ccdb5b8ace092a97c
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