Zero initialize uses of instr_time about to trigger compiler warnings

Andres Freund <andres@anarazel.de>

Commit: 25b2aba0c3a501e2af9579f1b629f155544935db
Author: Andres Freund <andres@anarazel.de>
Date: 2023-01-21T05:16:47Z
Releases: 16.0
Zero initialize uses of instr_time about to trigger compiler warnings

These are all not necessary from a correctness POV. However, in the near
future instr_time will be simplified to an int64, at which point gcc would
otherwise start to warn about the changed places.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/20230116023639.rn36vf6ajqmfciua@awork3.anarazel.de

Files

Discussion