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>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: recovery modules
Date: 2023-01-03 19:05:38
Message-ID: 20230103190538.GA287415@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 03, 2023 at 09:59:17AM -0800, Nathan Bossart wrote:
> Here is a rebased patch set for cfbot.

I noticed that cfbot's Windows tests are failing because the backslashes in
the archive directory path are causing escaping problems. Here is an
attempt to fix that by converting all backslashes to forward slashes, which
is what other tests (e.g., 025_stuck_on_old_timeline.pl) do.

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

Attachment Content-Type Size
v4-0001-Move-the-code-to-restore-files-via-the-shell-to-a.patch text/x-diff 16.8 KB
v4-0002-Refactor-code-for-restoring-files-via-shell.patch text/x-diff 6.6 KB
v4-0003-Allow-recovery-via-loadable-modules.patch text/x-diff 52.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-01-03 19:13:30 Re: moving extraUpdatedCols out of RangeTblEntry (into ModifyTable)
Previous Message Garen Torikian 2023-01-03 18:56:49 Re: [PATCH] Expand character set for ltree labels