Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c9c95e

Browse files
committed
Fix another Windows compile break.
Commit6f3bd98 is still makingthe buildfarm unhappy. This time it's mastodon that is complaining.
1 parent9445d11 commit6c9c95e

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)

[8]ページ先頭

©2009-2025 Movatter.jp