On 25.08.26 10:52, Daniel Gustafsson wrote:
On 25 Aug 2026, at 10:42, Peter Eisentraut <[email protected]> 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.
Ok, thanks, I'm going to revert it. I was anticipating something like
this, but at least now we know for sure.