keep compiler quiet
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 17 Sep 2012 15:37:47 +0000 (19:37 +0400)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 17 Sep 2012 15:37:47 +0000 (19:37 +0400)
online_analyze.c

index 8273673..ec86901 100644 (file)
@@ -337,6 +337,8 @@ makeAnalyze(Oid relOid, CmdType operation, uint32 naffected)
                VacuumStmt                              vacstmt;
                TimestampTz                             startStamp, endStamp;
 
+               memset(&startStamp, 0, sizeof(startStamp)); /* keep compiler quiet */
+
                /*
                 * includeTables overwrites excludeTables
                 */