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_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/3d2aa2c086116fd41dc7f8cff1e3ec9e5d4e2b2c Modified Files -------------- src/backend/postmaster/syslogger.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
