From 06983fe23270bab1d3deb57cab5c0e05b0f92f71 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Mon, 17 Sep 2012 19:37:47 +0400 Subject: [PATCH] keep compiler quiet --- online_analyze.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.37.3