Re: Fix logging for invalid recovery timeline - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix logging for invalid recovery timeline
Date
Msg-id Z7zzpAv-D1iWVQok@paquier.xyz
Whole thread Raw
In response to Re: Fix logging for invalid recovery timeline  (David Steele <david@pgbackrest.org>)
List pgsql-hackers
On Mon, Feb 24, 2025 at 05:30:35PM +0000, David Steele wrote:
> +                                /* translator: %s is a backup_label or
> pg_control file */

See for example PostmasterMain() with the "/* translator: %s is a
configuration file */".

> +             errdetail("Latest checkpoint in %s is at %X/%X on timeline %u, but in
> the history of the requested timeline, the server forked off from that
> timeline at %X/%X.",
> +                     haveBackupLabel ? "backup_label" : "pg_control",

This part looks good to me.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: Statistics Import and Export
Next
From: Jeff Davis
Date:
Subject: Re: Statistics Import and Export