- Notifications
You must be signed in to change notification settings - Fork5
Commit8e1a8fe
committed
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 athttp://archives.postgresql.org//pgsql-general/2008-06/msg00193.phpBackpatch to 8.3, the race condition was introduced by the CSV loggingpatch.Analysis and patch by Gurjeet Singh.1 parent029348c commit8e1a8fe
1 file changed
+7
-6
lines changedLines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
907 | 907 |
| |
908 | 908 |
| |
909 | 909 |
| |
910 |
| - | |
911 |
| - | |
912 |
| - | |
913 |
| - | |
914 |
| - | |
| 910 | + | |
915 | 911 |
| |
| 912 | + | |
| 913 | + | |
| 914 | + | |
916 | 915 |
| |
| 916 | + | |
| 917 | + | |
917 | 918 |
| |
918 | 919 |
| |
919 | 920 |
| |
|
0 commit comments
Comments
(0)