Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Hans Buschmann <buschmann(at)nidsa(dot)net>
Cc: Erik Rijkers <er(at)xs4all(dot)nl>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Date: 2026-06-18 16:05:03
Message-ID: ajQXL6rEkHottp3q@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 18, 2026 at 11:33:23AM +0000, Hans Buschmann wrote:
> I also can confirm that this silences the compiler warning of GCC 16.1.1.

Thanks! I'm debating whether to back-patch this to unsupported branches.
IIUC it qualifies. I'm getting ready to bump up the minimum supported
version of pg_dump and friends to v10, so maybe I should stop there. But
also, stopping at v14 might be good enough for something small like this.
Any opinions?

--
nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2026-06-18 16:08:12 Re: AW: PG19beta1: GCC 16.1.1 warning: ‘actual_arg_types’ may be used uninitialized in clauses.c
Previous Message Justin Pryzby 2026-06-18 15:49:38 Re: Add SPLIT PARTITION/MERGE PARTITIONS commands