- Notifications
You must be signed in to change notification settings - Fork5
Commit8556869
committed
Fix failure to rotate postmaster log file for size reasons on Windows.
When we eliminated "unnecessary" wakeups of the syslogger process, webroke size-based logfile rotation on Windows, because on that platformdata transfer is done in a separate thread. While non-Windows platformswould recheck the output file size after every log message, Windows onlydid so when the control thread woke up for some other reason, which mightbe quite infrequent. Per bug #7814 from Tsunezumi. Back-patch to 9.2where the problem was introduced.Jeff Janes1 parentca5db75 commit8556869
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1059 | 1059 |
| |
1060 | 1060 |
| |
1061 | 1061 |
| |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
1062 | 1071 |
| |
1063 | 1072 |
| |
1064 | 1073 |
| |
|
0 commit comments
Comments
(0)