pgsql: Suppress uninitialized-variable warning in guc.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress uninitialized-variable warning in guc.c.
Date: 2021-12-13 04:45:14
Message-ID: E1mwdD8-0000IV-0i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress uninitialized-variable warning in guc.c.

Back-patch 26812bcaa into 9.5, to suppress one more warning
in out-of-support branches. (Doesn't appear to be needed
before 9.5.)

Discussion: https://postgr.es/m/d0316012-ece7-7b7e-2d36-9c38cb77cb3b@enterprisedb.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/60ca4eec8dc7569e267844aac302174a9ec14801

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-12-13 05:09:10 pgsql: Silence another gcc 11 warning.
Previous Message Michael Paquier 2021-12-13 02:05:08 pgsql: Improve description of some WAL records with transaction command