Re: Fix logging for invalid recovery timeline

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: David Steele <david(at)pgbackrest(dot)org>
Cc: Benoit Lobréau <benoit(dot)lobreau(at)dalibo(dot)com>, "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix logging for invalid recovery timeline
Date: 2025-02-24 22:33:08
Message-ID: Z7zzpAv-D1iWVQok@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2025-02-24 23:13:23 Re: Statistics Import and Export
Previous Message Corey Huinker 2025-02-24 22:26:47 Re: Statistics Import and Export