mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +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,
|
||||
WL_LATCH_SET | cur_flags,
|
||||
cur_timeout);
|
||||
cur_timeout,
|
||||
WAIT_EVENT_SYSLOGGER_MAIN);
|
||||
|
||||
EnterCriticalSection(&sysloggerSection);
|
||||
#endif /* WIN32 */
|
||||
|
Reference in New Issue
Block a user