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-20T22:07:32Z
Lists: pgsql-hackers
Attachments
- 0001-fix-clone-headers.patch (text/x-patch) patch 0001
Here's a fix adding the missing headers to pg_combinebackup, and fixing some compile-time issues in the ifdef-ed block. I've done some basic manual testing today - I plan to test this a bit more tomorrow, and I'll also look at integrating this into the existing tests. 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