Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4253f01 commit 9beb9e7Copy full SHA for 9beb9e7
src/backend/postmaster/pgstat.c
@@ -13,7 +13,7 @@
13
*
14
* Copyright (c) 2001-2008, PostgreSQL Global Development Group
15
16
- * $PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.183 2008/11/03 19:03:41 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.184 2008/11/04 11:04:06 petere Exp $
17
* ----------
18
*/
19
#include "postgres.h"
@@ -3405,7 +3405,7 @@ backend_read_statsfile(void)
3405
3406
for (count = 0; count < PGSTAT_POLL_LOOP_COUNT; count++)
3407
{
3408
- TimestampTz file_ts;
+ TimestampTz file_ts = 0;
3409
3410
CHECK_FOR_INTERRUPTS();
3411
0 commit comments