pgsql: Avoid double close of file handle in syslogger on win32
pgsql: Avoid double close of file handle in syslogger on win32
От:
Magnus Hagander <magnus@hagander.net>
Дата:
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 ------ REL8_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/f3ad4ca00e1f63357751d855a9150d3ba404a2b2 Modified Files -------------- src/backend/postmaster/syslogger.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-)