From: | heikki(at)postgresql(dot)org (Heikki Linnakangas) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix Windows-specific race condition in syslogger. |
Date: | 2009-03-18 08:44:52 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Fix Windows-specific race condition in syslogger. This could've been
the cause of the "could not write to log file: Bad file descriptor"
errors reported at
http://archives.postgresql.org//pgsql-general/2008-06/msg00193.php
Backpatch to 8.3, the race condition was introduced by the CSV logging
patch.
Analysis and patch by Gurjeet Singh.
Tags:
----
REL8_3_STABLE
Modified Files:
--------------
pgsql/src/backend/postmaster:
syslogger.c (r1.44 -> r1.44.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c?r1=1.44&r2=1.44.2.1)
From | Date | Subject | |
---|---|---|---|
Next Message | User Fxjr | 2009-03-18 14:28:04 | npgsql - Npgsql2: Fixed problem where null parameters were being sent |
Previous Message | Heikki Linnakangas | 2009-03-18 08:44:49 | pgsql: Fix Windows-specific race condition in syslogger. |