mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
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:
@@ -477,7 +477,8 @@ SysLoggerMain(int argc, char *argv[])
|
|||||||
|
|
||||||
(void) WaitLatch(MyLatch,
|
(void) WaitLatch(MyLatch,
|
||||||
WL_LATCH_SET | cur_flags,
|
WL_LATCH_SET | cur_flags,
|
||||||
cur_timeout);
|
cur_timeout,
|
||||||
|
WAIT_EVENT_SYSLOGGER_MAIN);
|
||||||
|
|
||||||
EnterCriticalSection(&sysloggerSection);
|
EnterCriticalSection(&sysloggerSection);
|
||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
|
Reference in New Issue
Block a user