Re: archive modules

From: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
To: David Steele <david(at)pgmasters(dot)net>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Magnus Hagander <magnus(at)hagander(dot)net>, Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: archive modules
Date: 2022-01-13 19:38:43
Message-ID: 5D92CC59-47C8-4463-9150-44033DDDD0D8@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/5/22, 3:14 PM, "Bossart, Nathan" <bossartn(at)amazon(dot)com> wrote:
> On 11/22/21, 10:01 AM, "Bossart, Nathan" <bossartn(at)amazon(dot)com> wrote:
>> On 11/19/21, 11:24 AM, "Bossart, Nathan" <bossartn(at)amazon(dot)com> wrote:
>>> I went ahead and split the patch into 4 separate patches in an effort
>>> to ease review. 0001 just refactors the shell archiving logic to its
>>> own file. 0002 introduces the archive modules infrastructure. 0003
>>> introduces the basic_archive test module. And 0004 is the docs.
>>
>> Here is a rebased patch set (1b06d7b broke v10).
>
> I'm attempting to make cfbot happy again with v12. It looked like
> there was a missing #include for Windows.

Here is another rebase for cfbot.

Nathan

Attachment Content-Type Size
v13-0001-Refactor-shell-archive-function-to-its-own-file.patch application/octet-stream 8.9 KB
v13-0002-Introduce-archive-modules-infrastructure.patch application/octet-stream 10.8 KB
v13-0003-Add-test-archive-module.patch application/octet-stream 9.2 KB
v13-0004-Add-documentation-for-archive-modules.patch application/octet-stream 26.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-01-13 19:38:52 Re: Avoid erroring out when unable to remove or parse logical rewrite files to save checkpoint work
Previous Message Andres Freund 2022-01-13 19:32:38 Re: Adding CI to our tree