On Wed, 26 Jun 2024 at 14:53, ikedarintarof <ikedarinta...@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.