Re: Modernize const handling with readline

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Modernize const handling with readline
Date: 2023-10-05 06:57:51
Message-ID: ecb5f6cc-dfdd-901f-f42a-574c7930894b@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04.10.23 17:09, Aleksander Alekseev wrote:
> 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.

committed this and my patch

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrei Lepikhov 2023-10-05 07:20:21 Re: Removing unneeded self joins
Previous Message Andy Fan 2023-10-05 06:53:05 Re: Extract numeric filed in JSONB more effectively