pgsql: docs: Fix bit_count example output - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: docs: Fix bit_count example output
Date
Msg-id E1m9CQY-0000bH-Kp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 ebedd0c78.

Author: wangzk.fnstxz@fujitsu.com
Discussion: https://postgr.es/m/OSZPR01MB6551FFAC1088C82C3D799BE0FAEB9@OSZPR01MB6551.jpnprd01.prod.outlook.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fcf4c0ae1db8594cf3d3e84d2564616497eecd5a

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve libpq's handling of OOM during error message constructio
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: docs: Fix bit_count example output