projects
/
online_analyze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
837e66b
)
keep compiler quiet
author
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 17 Sep 2012 15:37:47 +0000
(19:37 +0400)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 17 Sep 2012 15:37:47 +0000
(19:37 +0400)
online_analyze.c
patch
|
blob
|
history
diff --git
a/online_analyze.c
b/online_analyze.c
index
8273673
..
ec86901
100644
(file)
--- a/
online_analyze.c
+++ b/
online_analyze.c
@@
-337,6
+337,8
@@
makeAnalyze(Oid relOid, CmdType operation, uint32 naffected)
VacuumStmt vacstmt;
TimestampTz startStamp, endStamp;
VacuumStmt vacstmt;
TimestampTz startStamp, endStamp;
+ memset(&startStamp, 0, sizeof(startStamp)); /* keep compiler quiet */
+
/*
* includeTables overwrites excludeTables
*/
/*
* includeTables overwrites excludeTables
*/