From: Teodor Sigaev Date: Mon, 17 Sep 2012 15:37:47 +0000 (+0400) Subject: keep compiler quiet X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=online_analyze.git;a=commitdiff_plain;h=06983fe23270bab1d3deb57cab5c0e05b0f92f71 keep compiler quiet --- diff --git a/online_analyze.c b/online_analyze.c index 8273673..ec86901 100644 --- a/online_analyze.c +++ b/online_analyze.c @@ -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 */