Re: Doc: Fixed the result of the bit_count example

2021-07-29 Thread Daniel Gustafsson
> On 29 Jul 2021, at 11:35, Daniel Gustafsson wrote: > I'll apply this shortly backpatched to 14 where bit_count was introduced. And done, thanks! -- Daniel Gustafsson https://vmware.com/

Re: Doc: Fixed the result of the bit_count example

2021-07-29 Thread Daniel Gustafsson
> On 29 Jul 2021, at 11:23, wangzk.fns...@fujitsu.com wrote: > > Hello: > > There is a small problem with the documentation for the previously added SQL > function “bit_count”. > > In the doc, (https://www.postgresql.org/docs/14/functions-binarystring.html) > “bit_count('\x1234567890'::bytea)”

Doc: Fixed the result of the bit_count example

2021-07-29 Thread wangzk.fns...@fujitsu.com
Hello: There is a small problem with the documentation for the previously added SQL function “bit_count”. In the doc, (https://www.postgresql.org/docs/14/functions-binarystring.html) “bit_count('\x1234567890'::bytea)” result is "31" , but the actual result is "15". Similar problems have been fi