projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9445d11
)
Fix another Windows compile break.
author
Robert Haas
<
[email protected]
>
Tue, 4 Oct 2016 17:14:19 +0000
(13:14 -0400)
committer
Robert Haas
<
[email protected]
>
Tue, 4 Oct 2016 17:14:19 +0000
(13:14 -0400)
Commit
6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa
is still making
the buildfarm unhappy. This time it's mastodon that is complaining.
src/backend/postmaster/syslogger.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/syslogger.c
b/src/backend/postmaster/syslogger.c
index af7136760a3fdcf799886156a11e9cf3f22a6400..fd62d660c4b8f6957b10516561045a5d138e4be2 100644
(file)
--- a/
src/backend/postmaster/syslogger.c
+++ b/
src/backend/postmaster/syslogger.c
@@
-477,7
+477,8
@@
SysLoggerMain(int argc, char *argv[])
(void) WaitLatch(MyLatch,
WL_LATCH_SET | cur_flags,
- cur_timeout);
+ cur_timeout,
+ WAIT_EVENT_SYSLOGGER_MAIN);
EnterCriticalSection(&sysloggerSection);
#endif /* WIN32 */