mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix Windows compile break in 6f3bd98ebf
.
This commit is contained in:
@ -3919,7 +3919,8 @@ PgstatCollectorMain(int argc, char *argv[])
|
||||
wr = WaitLatchOrSocket(MyLatch,
|
||||
WL_LATCH_SET | WL_POSTMASTER_DEATH | WL_SOCKET_READABLE | WL_TIMEOUT,
|
||||
pgStatSock,
|
||||
2 * 1000L /* msec */ );
|
||||
2 * 1000L /* msec */,
|
||||
WAIT_EVENT_PGSTAT_MAIN);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user