doc: modify the comment in function libpqrcv_check_conninfo()

Rintaro Ikeda <ikedarintarof@oss.nttdata.com>

From: ikedarintarof <ikedarintarof@oss.nttdata.com>
To: pgsql-hackers@postgresql.org
Date: 2024-06-26T12:52:55Z
Lists: pgsql-hackers

Attachments

Hi,

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.

Regard,
Rintaro Ikeda

Commits

  1. Fix comment in libpqrcv_check_conninfo().