Skip to content

Commit 9445d11

Browse files
committed
Fix Windows compile break in 6f3bd98.
1 parent d4fca5e commit 9445d11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/postmaster/pgstat.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3919,7 +3919,8 @@ PgstatCollectorMain(int argc, char *argv[])
39193919
wr = WaitLatchOrSocket(MyLatch,
39203920
WL_LATCH_SET | WL_POSTMASTER_DEATH | WL_SOCKET_READABLE | WL_TIMEOUT,
39213921
pgStatSock,
3922-
2 * 1000L /* msec */ );
3922+
2 * 1000L /* msec */,
3923+
WAIT_EVENT_PGSTAT_MAIN);
39233924
#endif
39243925

39253926
/*

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