Thread
Commits
-
Fix incorrect placeholder in walreceiver.c
- 3ada0d2cae4d 17.0 landed
-
Fix incorrect format placeholders in walreceiver.c
Yongtao Huang <yongtaoh2022@gmail.com> — 2024-01-18T13:32:55Z
Hi all, I think the correct placeholder for var *startoff* should be *%d*. Thanks for your time. Best Yongtao Huang
-
Re: Fix incorrect format placeholders in walreceiver.c
Michael Paquier <michael@paquier.xyz> — 2024-01-19T04:24:03Z
On Thu, Jan 18, 2024 at 09:32:55PM +0800, Yongtao Huang wrote: > I think the correct placeholder for var *startoff* should be *%d*. > Thanks for your time. Thanks, fixed. -- Michael