Thread
Commits
-
Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c
- 4aba61b87026 14.0 landed
-
Forgot some LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier <michael@paquier.xyz> — 2021-04-23T04:54:15Z
Hi all, As $subject says, I noticed that while scanning the area. Any objections to make all that more consistent with the style of HEAD? Please see the attached. -- Michael
-
Re: Forgot some LSN_FORMAT_ARGS() in xlogreader.c
Tom Lane <tgl@sss.pgh.pa.us> — 2021-04-23T05:03:41Z
Michael Paquier <michael@paquier.xyz> writes: > As $subject says, I noticed that while scanning the area. Any > objections to make all that more consistent with the style of HEAD? > Please see the attached. +1, it's not surprising some places didn't get that memo yet. regards, tom lane
-
Re: Forgot some LSN_FORMAT_ARGS() in xlogreader.c
Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2021-04-23T05:18:10Z
At Fri, 23 Apr 2021 13:54:15 +0900, Michael Paquier <michael@paquier.xyz> wrote in > Hi all, > > As $subject says, I noticed that while scanning the area. Any > objections to make all that more consistent with the style of HEAD? > Please see the attached. AFAICS it fixes the all remaining LSN parameters. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
-
Re: Forgot some LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier <michael@paquier.xyz> — 2021-04-24T00:33:49Z
On Fri, Apr 23, 2021 at 02:18:10PM +0900, Kyotaro Horiguchi wrote: > AFAICS it fixes the all remaining LSN parameters. Thanks for double-checking. I was not sure if I got all of them or not. Applied that now as of 4aba61b. -- Michael