A new message seems missing a punctuation - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject A new message seems missing a punctuation
Date
Msg-id 20240219.134015.1888940527023074780.horikyota.ntt@gmail.com
Whole thread Raw
Responses Re: A new message seems missing a punctuation
List pgsql-hackers
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?

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Robert Haas
Date:
Subject: Re: A new message seems missing a punctuation