Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Date
Msg-id arWB0_xSn4E3qpfq@nathan
Whole thread
In response to Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Sep 24, 2026 at 03:51:05PM -0400, Tom Lane wrote:
> Presumably this could be silenced in the same way as in f04781df5.
> I haven't troubled so far because I don't see any other BF animals
> producing the same warning, but perhaps we should silence this one
> too?

Seems reasonable to me.

-- 
nathan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Next
From: Ayush Tiwari
Date:
Subject: [PATCH] Clear FatalError earlier during crash restart