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-05 23:10:50
Message-ID: 3842CF04-528B-42A5-A12D-BA3970EF1E53@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Nathan

Attachment Content-Type Size
v12-0001-Refactor-shell-archive-function-to-its-own-file.patch application/octet-stream 8.9 KB
v12-0002-Introduce-archive-modules-infrastructure.patch application/octet-stream 10.7 KB
v12-0003-Add-test-archive-module.patch application/octet-stream 9.2 KB
v12-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 Justin Pryzby 2022-01-05 23:18:06 Re: Emit "checkpoint skipped because system is idle" message at LOG level if log_checkpoints is set
Previous Message Peter Smith 2022-01-05 22:29:40 Re: row filtering for logical replication