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

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

  1. Add PG_TEST_PG_COMBINEBACKUP_MODE to CI tasks

  2. Add PG_TEST_PG_COMBINEBACKUP_MODE

  3. Add pg_combinebackup --copy option

  4. Add headers needed by pg_combinebackup --clone