On Fri, Apr 5, 2024 at 10:09 AM Bertrand Drouvot
<bertranddrouvot...@gmail.com> wrote:
>
> What about something like?
>
> ereport(LOG,
>         errmsg("synchronized confirmed_flush_lsn for slot \"%s\" differs from 
> remote slot",
>         remote_slot->name),
>         errdetail("Remote slot has LSN %X/%X but local slot has LSN %X/%X.",
>         LSN_FORMAT_ARGS(remote_slot->restart_lsn),
>         LSN_FORMAT_ARGS(slot->data.restart_lsn));
>
> Regards,

+1. Better than earlier. I will update and post the patch.

thanks
Shveta


Reply via email to