Re: Fix the synopsis of pg_md5_hash

2024-03-14 Thread Tatsuro Yamada
Hi, Daniel and Michael, On Thu, Mar 14, 2024 at 09:32:55AM +0100, Daniel Gustafsson wrote: > > On 14 Mar 2024, at 07:02, Tatsuro Yamada wrote: > >> So, I created a patch to fix them. > > > > Thanks, applied. > > Oops. Thanks. > -- > Michael > Thank you guys! Regards, Tatsuro Yamada NTT Open

Re: Fix the synopsis of pg_md5_hash

2024-03-14 Thread Michael Paquier
On Thu, Mar 14, 2024 at 09:32:55AM +0100, Daniel Gustafsson wrote: > On 14 Mar 2024, at 07:02, Tatsuro Yamada wrote: >> So, I created a patch to fix them. > > Thanks, applied. Oops. Thanks. -- Michael signature.asc Description: PGP signature

Re: Fix the synopsis of pg_md5_hash

2024-03-14 Thread Daniel Gustafsson
> On 14 Mar 2024, at 07:02, Tatsuro Yamada wrote: > So, I created a patch to fix them. Thanks, applied. -- Daniel Gustafsson

Fix the synopsis of pg_md5_hash

2024-03-14 Thread Tatsuro Yamada
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,