Re: pg_combinebackup --clone doesn't work
Tomas Vondra <tomas.vondra@enterprisedb.com>
From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: Peter Eisentraut <peter@eisentraut.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-06-30T18:58:02Z
Lists: pgsql-hackers
Attachments
- 0001-Add-PG_TEST_PG_COMBINEBACKUP_MODE-to-CI-tasks.patch (text/x-patch) patch 0001
Hi, I've pushed the first three patches, fixing the headers, adding the --copy option and PG_TEST_PG_COMBINEBACKUP_MODE variable. I haven't pushed the CI changes, I'm not sure if there's a clear consensus on which combination to test. It's something we can tweak later, I think. FWIW I've added the patch to the 2024-07 commitfest, but mostly to get some CI runs (runs on private fork fail with some macos issues unrelated to the patch). regards -- Tomas Vondra EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Add PG_TEST_PG_COMBINEBACKUP_MODE to CI tasks
- 861086493faa 18.0 landed
-
Add PG_TEST_PG_COMBINEBACKUP_MODE
- 35a7b288b975 17.0 landed
-
Add pg_combinebackup --copy option
- a9577bae6b5c 17.0 landed
-
Add headers needed by pg_combinebackup --clone
- e99e840b8275 17.0 landed