Re: Modernize const handling with readline
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-10-03T14:10:38Z
Lists: pgsql-hackers
Peter Eisentraut <peter@eisentraut.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
Commits
-
Add const qualifiers to XLogRegister*() functions
- 2b5f57977f6d 18.0 landed
-
Constify crc32_sz
- 688926633fc6 17.0 landed
-
Modernize const handling with readline
- 8666cf65ea69 17.0 landed