Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file - Mailing list pgsql-hackers

From Laurenz Albe
Subject Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file
Date
Msg-id 6ba4756d0a056cdfc7471fa5db7f86d69276dee7.camel@cybertec.at
Whole thread Raw
In response to Postgres restart in the middle of exclusive backup and the presence of backup_label file  (SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>)
Responses Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Tue, 2022-04-05 at 13:06 -0700, Nathan Bossart wrote:
> On Tue, Apr 05, 2022 at 11:25:36AM -0400, Stephen Frost wrote:
> > Please find attached an updated patch + commit message.  Mostly, I just
> > went through and did a bit more in terms of updating the documentation
> > and improving the comments (there were some places that were still
> > worrying about the chance of a 'stray' backup_label file existing, which
> > isn't possible any longer), along with some additional testing and
> > review.  This is looking pretty good to me, but other thoughts are
> > certainly welcome.  Otherwise, I'm hoping to commit this tomorrow.
> 
> LGTM!

Cassandra (not the software) from the sidelines predicts that we will
get some fire from users for this, although I concede the theoretical
sanity of the change.

Yours,
Laurenz Albe




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: PG DOCS - logical replication filtering
Next
From: Ashutosh Bapat
Date:
Subject: Re: How to simulate sync/async standbys being closer/farther (network distance) to primary in core postgres?