Re: fix more casting away of qualifiers

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: fix more casting away of qualifiers
Date: 2026-08-25 08:52:44
Message-ID: 412ACC37-4B49-4F6D-BA2A-041E5EBDCD21@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 25 Aug 2026, at 10:42, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:

> I have committed these patches except the one above.

BF member sifaka complains due to (it seems like) macOS bundling readline 3.0
in the base OS. Maybe we need a configure/meson check for this?

tab-complete.in.c:1525:19: error: assigning to 'char *' from 'const char *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
1525 | rl_readline_name = pset.progname;
| ^ ~~~~~~~~~~~~~
1 error generated.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2026-08-25 09:17:08 Re: Further cleanup related to statistics import support in postgres_fdw
Previous Message shveta malik 2026-08-25 08:49:39 Re: Support EXCEPT for TABLES IN SCHEMA publications