Remove useless initializations The struct is already initialized to all zeros right before this, and randomly initializing a few but not all fields to zero again has no technical or educational value.
Reviewed-by: Tomasz Rybak <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/da2aeba8f53379e84a8f3f656b6c2ffe5878eff5 Modified Files -------------- src/backend/utils/cache/relcache.c | 2 -- 1 file changed, 2 deletions(-)
