pgsql: Avoid double close of file handle in syslogger on win32
Started by Magnus Haganderover 14 years ago1 messagescomitters
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
Branch
------
REL9_0_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/d1ed3363f6077a0f616782ccb26c9571e7f3cae1
Modified Files
--------------
src/backend/postmaster/syslogger.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)