Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c9c95e

Browse files
committed
Fix another Windows compile break.
Commit 6f3bd98 is still making the buildfarm unhappy. This time it's mastodon that is complaining.
1 parent 9445d11 commit 6c9c95e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/postmaster/syslogger.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,8 @@ SysLoggerMain(int argc, char *argv[])
477477

478478
(void) WaitLatch(MyLatch,
479479
WL_LATCH_SET | cur_flags,
480-
cur_timeout);
480+
cur_timeout,
481+
WAIT_EVENT_SYSLOGGER_MAIN);
481482

482483
EnterCriticalSection(&sysloggerSection);
483484
#endif /* WIN32 */

0 commit comments

Comments
 (0)