pgsql: Fix documentation comment for pg_md5_hash

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix documentation comment for pg_md5_hash
Дата
Msg-id E1rkgS1-003jWf-Db@gemulon.postgresql.org
обсуждение исходный текст
Список 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.yamada@ntt.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix typos in reorderbuffer.c.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Comment out noisy libpq_pipeline test