Re: Use of backup_label not noted in log - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Use of backup_label not noted in log
Date
Msg-id ZbhH9Zh3C7ubYluJ@paquier.xyz
Whole thread Raw
In response to Re: Use of backup_label not noted in log  (David Steele <david@pgmasters.net>)
List pgsql-hackers
On Mon, Jan 29, 2024 at 10:03:19AM -0400, David Steele wrote:
> I took a pass at this on PG14 and things definitely look a lot different
> back there. Not only is the timeline missing, but there are two sections of
> code for ending a backup, one for standby backup and one for primary.

Unfortunately.  The TLI from the start WAL segment lacking from these
APIs is really annoying especially if the backup_label is gone for
some reason..

> I'm satisfied with the back patches as they stand, unless anyone else wants
> to have a look.

Okay, thanks for double-checking!
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Sergey Prokhorenko
Date:
Subject: Re: UUID v7
Next
From: Masahiko Sawada
Date:
Subject: Question on LWLockMode in dsa.c