Thread
Commits
-
Remove incorrect %s in string
- 7d94c017b945 13.1 landed
- 7e84dd212040 14.0 landed
-
Useless string ouput in error message
Tang, Haiying <tanghy.fnst@cn.fujitsu.com> — 2020-11-09T08:39:29Z
Hi I think I found a typo for the output of an error message which may cause building warning. Please refer to the attachment for the detail. Previous discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1910311939430.27369@lancre Best regards Tang
-
Re: Useless string ouput in error message
Magnus Hagander <magnus@hagander.net> — 2020-11-09T09:39:21Z
On Mon, Nov 9, 2020 at 9:39 AM Tang, Haiying <tanghy.fnst@cn.fujitsu.com> wrote: > > Hi > > I think I found a typo for the output of an error message which may cause building warning. > Please refer to the attachment for the detail. > > Previous discussion: > https://www.postgresql.org/message-id/alpine.DEB.2.21.1910311939430.27369@lancre Yeah, this looks like a copy/paste error. Pushed and backpatched to 13 where it was introduced. -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/
-
Re: Useless string ouput in error message
Fabien COELHO <coelho@cri.ensmp.fr> — 2020-11-09T20:30:01Z
>> I think I found a typo for the output of an error message which may cause building warning. >> Please refer to the attachment for the detail. Indeed. Thanks for the fix! -- Fabien.