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 E1m9CQb-0000bv-VC@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
------
REL_14_STABLE

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

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: docs: Fix bit_count example output
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Close yet another race condition in replication slot test code