Re: Modernize const handling with readline

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: Modernize const handling with readline
Date: 2023-10-04 15:09:36
Message-ID: CAJ7c6TOK6xw=XDLYQUwvQNb1WybfMD6Nz4ofwqunyyjXUf-mfw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Constify-crc32_sz.patch application/octet-stream 818 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-10-04 15:16:48 Re: --sync-method isn't documented to take an argument
Previous Message Tom Lane 2023-10-04 15:07:07 Re: --sync-method isn't documented to take an argument