Remove useless initializations

Peter Eisentraut <peter@eisentraut.org>

Commit: da2aeba8f53379e84a8f3f656b6c2ffe5878eff5
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-07-01T06:50:10Z
Releases: 18.0
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 <tomasz.rybak@post.pl>
Discussion: https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b0a6@eisentraut.org

Files

PathChange+/−
src/backend/utils/cache/relcache.c modified +0 −2

Discussion