Re: Modernize const handling with readline
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-10-04T15:09:36Z
Lists: pgsql-hackers
Attachments
- v1-0001-Constify-crc32_sz.patch (application/octet-stream) patch v1-0001
Hi, > On 03.10.23 13:28, Aleksander Alekseev wrote: > > While examining the code for similar places I noticed that the > > following functions can also be const'ified: > > > > - crc32_sz > > I suppose this could be changed. OK, that's a simple change. Here is the patch. -- Best regards, Aleksander Alekseev
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