Re: A new message seems missing a punctuation

Поиск
Список
Период
Сортировка
От shveta malik
Тема Re: A new message seems missing a punctuation
Дата
Msg-id CAJpy0uA4XzPzubCdwtwcoi2m8pA5HBP0itSpPWT2AqvFdgtvXA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: A new message seems missing a punctuation  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Mon, Feb 19, 2024 at 10:31 AM Robert Haas <robertmhaas@gmail.com> wrote:
>
> On Mon, Feb 19, 2024 at 10:10 AM Kyotaro Horiguchi
> <horikyota.ntt@gmail.com> wrote:
> > A recent commit (7a424ece48) added the following message:
> >
> > > could not sync slot information as remote slot precedes local slot:
> > > remote slot "%s": LSN (%X/%X), catalog xmin (%u) local slot: LSN
> > > (%X/%X), catalog xmin (%u)
> >
> > Since it is a bit overloaded but doesn't have a separator between
> > "catalog xmin (%u)" and "local slot:", it is somewhat cluttered. Don't
> > we need something, for example a semicolon there to improve
> > readability and reduce clutter?
>
> I think maybe we should even revise the message even more. In most
> places we do not just print out a whole bunch of values, but use a
> sentence to connect them.

I have tried to reword the msg, please have a look.

thanks
Shveta

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrei Lepikhov
Дата:
Сообщение: Re: Removing unneeded self joins
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Do away with zero-padding assumption before WALRead()