Fix another Windows compile break.
authorRobert Haas <[email protected]>
Tue, 4 Oct 2016 17:14:19 +0000 (13:14 -0400)
committerRobert Haas <[email protected]>
Tue, 4 Oct 2016 17:14:19 +0000 (13:14 -0400)
Commit 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa is still making
the buildfarm unhappy.  This time it's mastodon that is complaining.

src/backend/postmaster/syslogger.c

index af7136760a3fdcf799886156a11e9cf3f22a6400..fd62d660c4b8f6957b10516561045a5d138e4be2 100644 (file)
@@ -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 */