Re: Fix accidentally cast away qualifiers
Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
From: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-01-21T14:56:37Z
Lists: pgsql-hackers
Hi, On Wed, Jan 21, 2026 at 02:24:58PM +0000, Bertrand Drouvot wrote: > Hi, > > On Wed, Jan 21, 2026 at 12:31:27PM +0100, Peter Eisentraut wrote: > > Strange, I don't see that. What compiler is this, and do you use any > > special options? > > It's gcc 14.1.0 with "CFLAGS=-O0 -ggdb3 -fno-omit-frame-pointer -gdwarf-2 -g3 > -Wdiscarded-qualifiers -Wunused-value -Werror=maybe-uninitialized > -Werror=format -Wreturn-type" > > But I just tested with a simple test case, some compilers and some options and I've > always seen the warning (see [1]) FWIW, and so does the CI: https://github.com/bdrouvot/postgres/runs/61028037498 Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Commits
-
Fix accidentally cast away qualifiers
- 5ca5f12c2c62 19 (unreleased) landed