pgsql: Suppress new "may be used uninitialized" warning. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Suppress new "may be used uninitialized" warning.
Date
Msg-id E1t7QbS-003h9p-CP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress new "may be used uninitialized" warning.

Buildfarm member mamba fails to deduce that the function never uses this
variable without initializing it.  Back-patch to v12, like commit
b412f402d1e020c5dac94f3bf4a005db69519b99.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4dc0c933f30bf5db5aa07acee6ff5f1e2f16401e

Modified Files
--------------
src/backend/catalog/index.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Move I/O before the index_update_stats() buffer lock region.
Next
From: Noah Misch
Date:
Subject: Re: pgsql: Move I/O before the index_update_stats() buffer lock region.