> 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