Re: constify arguments of copy_file() and copydir() - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: constify arguments of copy_file() and copydir()
Date
Msg-id Y8SuJF7dp7ZsWYvc@paquier.xyz
Whole thread Raw
In response to Re: constify arguments of copy_file() and copydir()  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: constify arguments of copy_file() and copydir()
List pgsql-hackers
On Sun, Jan 15, 2023 at 08:13:28AM -0800, Nathan Bossart wrote:
> On Sun, Jan 15, 2023 at 08:23:13AM -0500, Andrew Dunstan wrote:
>> On 2023-01-14 Sa 18:11, Nathan Bossart wrote:
>>> I've attached a patch for $SUBJECT, which allows us to remove a use of the
>>> unconstify macro in basic_archive.  This is just a pet peeve, but maybe it
>>> bothers others, too.
>>
>> I don't like using unconstify where it can be avoided, so this looks
>> reasonable to me.

+1.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Lazy allocation of pages required for verifying FPI consistency
Next
From: Justin Pryzby
Date:
Subject: Re: Add LZ4 compression in pg_dump