Re: Clear base backup progress reporting on error
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, Chao Li <li.evan.chao@gmail.com>, PostgreSQL-development <pgsql-hackers@lists.postgresql.org>
Date: 2026-07-06T00:52:42Z
Lists: pgsql-hackers
On Mon, Jul 6, 2026 at 8:40 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > Fujii Masao <masao.fujii@gmail.com> writes: > > The ABI break was caused by removing the external function > > basebackup_progress_done(). I think the better fix for the stable branches > > is to restore that function, even though PostgreSQL core itself no longer > > uses it, rather than updating the .abi-compliance-history file. Because > > some external backup tools may still be calling basebackup_progress_done(). > > +1 I've restored the function in v15 - v18. Thanks! Regards, -- Fujii Masao
Commits
-
Clear base backup progress on backup failure
- cf7530cf758a 15 (unreleased) landed
- 7cbd80340b4a 16 (unreleased) landed
- e2ea6bfed880 17 (unreleased) landed
- e7564ee8cdcb 18 (unreleased) landed
- b70000837888 19 (unreleased) landed
- 55f0a13e96be master landed