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

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: constify arguments of copy_file() and copydir()
Дата
Msg-id 20230115161328.GB2582058@nathanxps13
обсуждение исходный текст
Ответ на Re: constify arguments of copy_file() and copydir()  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: constify arguments of copy_file() and copydir()  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
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.

Thanks.  Added to the next commitfest:

    https://commitfest.postgresql.org/42/4126/

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: Code review in dsa.c
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: UPDATE operation terminates logical replication receiver process due to an assertion