Re: Clear base backup progress reporting on error

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Clear base backup progress reporting on error
Date: 2026-07-04 14:16:52
Message-ID: CAD5tBcJ+ktrEp=PT8Gq-f=8mA2cDtZMB-hDMV4mMJ+9V46qBeQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 1, 2026 at 10:17 AM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:

> On Fri, Jun 26, 2026 at 8:08 PM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
> >
> >
> >
> > > On Jun 26, 2026, at 18:46, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> > >
> > > On Fri, Jun 26, 2026 at 5:59 PM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
> wrote:
> > >> This patch makes the following changes:
> > >
> > > Thanks for the report and patch!
> > >
> > >> I don’t think this is a serious bug, because with the usual
> pg_basebackup command path, the client normally disconnects after the
> error, so the stale progress entry is not observable. It is mainly visible
> when the same replication connection stays open after the failed
> BASE_BACKUP command. So I feel it might not be worth adding a TAP test.
> > >
> > > +1
> > >
> > > You may think this isn't worth backpatching to the stable branches
> > > for the same reason?
> > >
> >
> > I personally don’t feel back-patch is needed.
>
> I've pushed the patch. Thanks!
>
> I backpatched it to v15 but skipped v14 because v14 lacks the bbsink
> infrastructure, so the fix does not apply cleanly there. Also, the bug
> does not affect the backup itself and is normally not observable
> when using pg_basebackup.
>
>
>
This has upset the ABI compliance checker (see <
https://buildfarm.postgresql.org/cgi-bin/show_failures.pl?max_days=3&stage=abi-compliance-check&filter=Submit>
. Looks like you need to update the .abi-compliance-history file on the
affected back branches.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2026-07-04 14:46:30 Re: PROPERTY GRAPH pg_dump ACL minimization
Previous Message Dilip Kumar 2026-07-04 13:33:25 Re: Path Traversal Vulnerability in pg_dump Directory Format