Re: constify arguments of copy_file() and copydir()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: constify arguments of copy_file() and copydir()
Дата
Msg-id Y8SuJF7dp7ZsWYvc@paquier.xyz
обсуждение исходный текст
Ответ на Re: constify arguments of copy_file() and copydir()  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: constify arguments of copy_file() and copydir()  (Michael Paquier <michael@paquier.xyz>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Lazy allocation of pages required for verifying FPI consistency
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Add LZ4 compression in pg_dump