Fix the synopsis of pg_md5_hash

Поиск
Список
Период
Сортировка
От Tatsuro Yamada
Тема Fix the synopsis of pg_md5_hash
Дата
Msg-id TYYPR01MB82313576150CC86084A122CD9E292@TYYPR01MB8231.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответы Re: Fix the synopsis of pg_md5_hash  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
Hi,

The synopsis of pg_md5_hash() seems wrong such as:
    - s/int/bool/
    - "errstr" is missing
So, I created a patch to fix them.

src/common/md5_common.c
==================================================
*  SYNOPSIS      #include "md5.h"
*                int pg_md5_hash(const void *buff, size_t len, char *hexsum)
...
bool
pg_md5_hash(const void *buff, size_t len, char *hexsum, const char **errstr)
==================================================

Please find attached file.

Regards,
Tatsuro Yamada
NTT Open Source Software Center


Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Typos in reorderbuffer.c.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Put genbki.pl output into src/include/catalog/ directly