Re: doc: modify the comment in function libpqrcv_check_conninfo()
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema-Nio <postgres@jeltef.nl>
To: ikedarintarof <ikedarintarof@oss.nttdata.com>
Cc: pgsql-hackers@postgresql.org
Date: 2024-06-26T14:36:49Z
Lists: pgsql-hackers
On Wed, 26 Jun 2024 at 14:53, ikedarintarof <ikedarintarof@oss.nttdata.com> wrote: > The function 'libpqrcv_check_conninfo()' returns 'void', but the comment > above says that the function returns true or false. > I've attached a patch to modify the comment. Agreed that the current comment is wrong, but the new comment should mention the must_use_password argument. Because only if must_use_password is true, will it throw an error.
Commits
-
Fix comment in libpqrcv_check_conninfo().
- 629520be5f9d 18.0 landed