mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +03:00
Fix another Windows compile break.
Commit 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa is still making the buildfarm unhappy. This time it's mastodon that is complaining.
This commit is contained in:
parent
9445d1121d
commit
6c9c95ed1b
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user