pgsql: Fix compiler warning in back branches (9.6, 10). - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Fix compiler warning in back branches (9.6, 10).
Date
Msg-id E1lBo9R-00061f-Ot@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/26812bcaa664b17843b3dbc8803551d720109b6e

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Simplify loop logic in nodeIncrementalSort.c.
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix compiler warning in back branches (9.6, 10).