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