Commit 6c9c95ed authored by Robert Haas's avatar Robert Haas

Fix another Windows compile break.

Commit 6f3bd98e is still making
the buildfarm unhappy.  This time it's mastodon that is complaining.
parent 9445d112
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment