Fix documentation comment for pg_md5_hash

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 6b41ef03306f50602f68593d562cd73d5e39a9b9
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-03-14T08:23:37Z
Releases: 17.0
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.yamada@ntt.com>
Discussion: https://postgr.es/m/TYYPR01MB82313576150CC86084A122CD9E292@TYYPR01MB8231.jpnprd01.prod.outlook.com

Files

PathChange+/−
src/common/md5_common.c modified +2 −1

Discussion