pgsql: Suppress new "may be used uninitialized" warning.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress new "may be used uninitialized" warning.
Date: 2024-11-03 02:44:33
Message-ID: E1t7QbS-003h9j-BJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d14e94ac45795f5bf55ba80b2a6f5acd02702e0f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2024-11-03 03:10:27 Re: pgsql: Move I/O before the index_update_stats() buffer lock region.
Previous Message Tom Lane 2024-11-03 02:32:56 Re: pgsql: Move I/O before the index_update_stats() buffer lock region.