Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fcf4c0a

Browse files
docs: Fix bit_count example output
The returnvalue for the bit_count(::bytea) example was assuming a non-default value of standard_conforming_strings. This was fixed in the tests in commit ebedd0c. Author: wangzk.fnstxz@fujitsu.com Discussion: https://postgr.es/m/OSZPR01MB6551FFAC1088C82C3D799BE0FAEB9@OSZPR01MB6551.jpnprd01.prod.outlook.com Backpatch-through: 14
1 parent 514b4c1 commit fcf4c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4085,7 +4085,7 @@ SELECT format('Testing %3$s, %2$s, %s', 'one', 'two', 'three');
40854085
</para>
40864086
<para>
40874087
<literal>bit_count('\x1234567890'::bytea)</literal>
4088-
<returnvalue>31</returnvalue>
4088+
<returnvalue>15</returnvalue>
40894089
</para></entry>
40904090
</row>
40914091

0 commit comments

Comments
 (0)