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: 2021-11-19 19:22:35
Message-ID: 71E7A5D1-E418-4516-A21D-BD838BA759CE@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

CC'd a few folks who were on earlier messages in this thread but have
since been left out for whatever reason.

On 11/11/21, 3:02 PM, "Bossart, Nathan" <bossartn(at)amazon(dot)com> wrote:
> Here is a rebased patch (beb4e9b broke v8).

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.

Nathan

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Virender Singla 2021-11-19 19:48:58 Re: TOAST - why separate visibility map
Previous Message David G. Johnston 2021-11-19 19:02:37 Re: update with no changes