Re: recovery modules

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: recovery modules
Date: 2023-03-10 22:02:56
Message-ID: 20230310220256.GA4085996@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a rebased version of the restore modules patch set. I swapped the
patch for the stopgap fix for restore_command with the latest version [0],
and I marked the restore/ headers as installable (as was recently done for
archive/ [1]). There are no other changes.

[0] https://postgr.es/m/20230301224751.GA1823946%40nathanxps13
[1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=6ad5793

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v13-0001-Move-extra-code-out-of-the-Pre-PostRestoreComman.patch text/x-diff 2.1 KB
v13-0002-Don-t-proc_exit-in-startup-s-SIGTERM-handler-if-.patch text/x-diff 4.5 KB
v13-0003-introduce-routine-for-checking-mutually-exclusiv.patch text/x-diff 2.9 KB
v13-0004-refactor-code-for-restoring-via-shell.patch text/x-diff 28.2 KB
v13-0005-rename-archive-modules.sgml-to-archive-and-resto.patch text/x-diff 1.8 KB
v13-0006-restructure-archive-modules-docs-in-preparation-.patch text/x-diff 11.5 KB
v13-0007-introduce-restore_library.patch text/x-diff 70.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-03-10 22:14:36 Re: Ability to reference other extensions by schema in extension scripts
Previous Message Alexander Korotkov 2023-03-10 21:42:35 Lock mode in ExecMergeMatched()