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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy