提交 a3b30d4c 编写于 作者: R Robert Haas

Fix uninitialized variable.

Report from Andres Freund, but not his fix.
上级 40dae7ec
......@@ -316,7 +316,7 @@ StreamLog(void)
int64 message_target = 0;
int64 fsync_target = 0;
struct timeval timeout;
struct timeval *timeoutptr;
struct timeval *timeoutptr = NULL;
FD_ZERO(&input_mask);
FD_SET(PQsocket(conn), &input_mask);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册