diff options
author | Andres Freund | 2023-01-21 05:16:47 +0000 |
---|---|---|
committer | Andres Freund | 2023-01-21 05:16:47 +0000 |
commit | 25b2aba0c3a501e2af9579f1b629f155544935db (patch) | |
tree | 563063c0c002285d51f100d027683afaf50169fe /src/backend/utils/adt/arrayfuncs.c | |
parent | 5d29d525ffe028fdf6b2d3ff7502243e56c6c79a (diff) |
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 <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions