> On Nov 29, 2023, at 01:18, Nathan Bossart <nathandboss...@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