Make memset() use sizeof() rather than re-compute size This is simpler and more closely follows overwhelming precedent.
Report and patch by Mark Dilger. Discussion: https://postgr.es/m/[email protected] Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/cce3d72a8a42be2db18aaabbf100f8e0f540206c Modified Files -------------- src/backend/statistics/extended_stats.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
