Re: pg_combinebackup --clone doesn't work
Tomas Vondra <tomas@vondra.me>
From: Tomas Vondra <tomas@vondra.me>
To: Peter Eisentraut <peter@eisentraut.org>,
Tomas Vondra <tomas.vondra@enterprisedb.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-09-10T14:32:28Z
Lists: pgsql-hackers
On 8/23/24 14:50, Tomas Vondra wrote: > > On 8/23/24 14:00, Peter Eisentraut wrote: >> On 30.06.24 20:58, Tomas Vondra wrote: >>> 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). >> >> This last patch is still pending in the commitfest. Personally, I think >> it's good to commit as is. >> > > OK, thanks for reminding me. I'll take care of it after thinking about > it a bit more. > Took me longer than I expected, but pushed (into master only). regards -- Tomas Vondra
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