pgsql: docs: Fix bit_count example output

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Fix bit_count example output
Date: 2021-07-29 20:14:49
Message-ID: E1m9CQb-0000bv-VC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)fnstxz(at)fujitsu(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-07-29 21:11:29 pgsql: Close yet another race condition in replication slot test code
Previous Message Daniel Gustafsson 2021-07-29 20:14:46 pgsql: docs: Fix bit_count example output