Re: Clear base backup progress reporting on error

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, Chao Li <li.evan.chao@gmail.com>, PostgreSQL-development <pgsql-hackers@lists.postgresql.org>
Date: 2026-07-05T23:40:50Z
Lists: pgsql-hackers
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

			regards, tom lane



Commits

  1. Clear base backup progress on backup failure