Fix another Windows compile break.

Commit 6f3bd98ebf is still making
the buildfarm unhappy.  This time it's mastodon that is complaining.
This commit is contained in:
Robert Haas 2016-10-04 13:14:19 -04:00
parent 9445d1121d
commit 6c9c95ed1b
1 changed files with 2 additions and 1 deletions

View File

@ -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 */