Content-Length: 259120 | pFad | http://github.com/postgrespro/postgres/commit/9445d1121d28d0a8ae32c907320b5d6ff985077b

B3 Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa. · postgrespro/postgres@9445d11 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/9445d1121d28d0a8ae32c907320b5d6ff985077b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy