pgsql: Fix documentation comment for pg_md5_hash

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix documentation comment for pg_md5_hash
Date: 2024-03-14 08:28:33
Message-ID: E1rkgS1-003jWf-Db@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix documentation comment for pg_md5_hash

Commit b69aba74578 added the errstr parameter to pg_md5_hash but
missed updating the synopsis in the documentation comment. The
follow-up commit 587de223f03 added the parameter to the list of
outputs. The returnvalue had been changed from integer to bool
before that but remained in the synopsis. This fixes both.

Author: Tatsuro Yamada <tatsuro(dot)yamada(at)ntt(dot)com>
Discussion: https://postgr.es/m/TYYPR01MB82313576150CC86084A122CD9E292@TYYPR01MB8231.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6b41ef03306f50602f68593d562cd73d5e39a9b9

Modified Files
--------------
src/common/md5_common.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-03-14 09:27:29 pgsql: Comment out noisy libpq_pipeline test
Previous Message Amit Kapila 2024-03-14 06:49:57 pgsql: Fix typos in reorderbuffer.c.