Fix another Windows compile break.

Commit 6f3bd98ebf is still making
the buildfarm unhappy.  This time it's mastodon that is complaining.
pull/17/head
Robert Haas 9 years ago
parent 9445d1121d
commit 6c9c95ed1b
  1. 3
      src/backend/postmaster/syslogger.c

@ -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…
Cancel
Save