postgresql/src/backend/storage/file
Andres Freund 25b2aba0c3 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
2023-01-20 21:16:47 -08:00
..
Makefile Refactor sharedfileset.c to separate out fileset implementation. 2021-08-30 08:48:15 +05:30
buffile.c Zero initialize uses of instr_time about to trigger compiler warnings 2023-01-20 21:16:47 -08:00
copydir.c Constify the arguments of copydir.h functions 2023-01-18 08:55:26 +09:00
fd.c Fix pg_truncate() on Windows. 2023-01-06 16:42:47 +13:00
fileset.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
reinit.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
sharedfileset.c Update copyright for 2023 2023-01-02 15:00:37 -05:00