Re: Modernize const handling with readline

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Modernize const handling with readline
Date: 2023-10-03 14:10:38
Message-ID: 2288670.1696342238@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
> The comment
> /* On some platforms, readline is declared as readline(char *) */
> is obsolete. The casting away of const can be removed.

+1, that's surely not of interest on anything we still support.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2023-10-03 14:21:28 Re: On login trigger: take three
Previous Message David G. Johnston 2023-10-03 13:53:35 Re: CHECK Constraint Deferrable