Re: archive modules loose ends

Поиск
Список
Период
Сортировка
От Li, Yong
Тема Re: archive modules loose ends
Дата
Msg-id 5810C4B0-EDE0-4504-AB66-0DBFB79F690E@ebay.com
обсуждение исходный текст
Ответ на Re: archive modules loose ends  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: archive modules loose ends  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers

> On Nov 29, 2023, at 01:18, Nathan Bossart <nathandbossart@gmail.com> wrote:
> 
> External Email
> 
> Here is a new version of the patch with feedback addressed.
> 
> --
> Nathan Bossart
> Amazon Web Services: https://aws.amazon.com

Hi Nathan,

The patch looks good to me.  With the context explained in the thread, the patch is easy to understand.
The patch serves as a refactoring which pulls up common memory management and error handling concerns into the
pgarch.c. With the patch, individual archive callbacks can focus on copying the files and leave the boilerplate code to
pgarch.c.
 

The patch applies cleanly to HEAD.  “make check-world” also runs cleanly with no error.


Regards,
Yong

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Lockless exit path for ReplicationOriginExitCleanup
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Fix a possible socket leak at Windows (src/backend/port/win32/socket.c)