pgsql: Fix accidentally casting away const

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix accidentally casting away const
Date: 2026-03-16 06:45:11
Message-ID: E1w21hP-000OiF-01@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix accidentally casting away const

Recently introduced in commit 8c2b30487cc.

Branch
------
master

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

Modified Files
--------------
src/backend/parser/analyze.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-03-16 08:25:21 pgsql: Add stats_reset column to pg_statio_all_sequences
Previous Message Mahendra Singh Thalor 2026-03-16 06:29:51 Re: pgsql: Fix small memory leak in get_dbname_oid_list_from_mfile().