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
- mod-doc.patch (text/x-diff) patch
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
-
Fix comment in libpqrcv_check_conninfo().
- 629520be5f9d 18.0 landed