Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 06983fe

Browse files
committed
keep compiler quiet
1 parent 837e66b commit 06983fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

online_analyze.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ makeAnalyze(Oid relOid, CmdType operation, uint32 naffected)
337337
VacuumStmt vacstmt;
338338
TimestampTz startStamp, endStamp;
339339

340+
memset(&startStamp, 0, sizeof(startStamp)); /* keep compiler quiet */
341+
340342
/*
341343
* includeTables overwrites excludeTables
342344
*/

0 commit comments

Comments
 (0)