Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfcf4c0a

Browse files
docs: Fix bit_count example output
The returnvalue for the bit_count(::bytea) example was assuming anon-default value of standard_conforming_strings. This was fixedin the tests in commitebedd0c.Author: wangzk.fnstxz@fujitsu.comDiscussion:https://postgr.es/m/OSZPR01MB6551FFAC1088C82C3D799BE0FAEB9@OSZPR01MB6551.jpnprd01.prod.outlook.comBackpatch-through: 14
1 parent514b4c1 commitfcf4c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp