Fix compiler warning in back branches (9.6, 10).

Thomas Munro <tmunro@postgresql.org>

Commit: 618d139f82d4222df796e989de3c4c4de0359d7b
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2021-02-16T00:17:07Z
Releases: 9.6.22
Fix compiler warning in back branches (9.6, 10).

Back-patch a tiny bit of commit fbb2e9a0 into 9.6 and 10, to silence an
uninitialized variable warning from GCC 10.2.  Seen on buildfarm member
handfish, and my own development workflow where I like to use -Werror.

Discussion: https://postgr.es/m/CA%2BhUKGJRcwvK86Uf5t-FrTekZjqHtpv3u%3D3MuBg8Zw8R933Mqg%40mail.gmail.com

Files

PathChange+/−
src/backend/utils/misc/guc.c modified +2 −0

Discussion