]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix comment in libpqrcv_check_conninfo().
authorFujii Masao <fujii@postgresql.org>
Tue, 9 Jul 2024 12:03:56 +0000 (21:03 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 9 Jul 2024 12:30:18 +0000 (21:30 +0900)
commit629520be5f9da9d0192c7f6c8796bfddb4746760
tree0ffbd614ba11acaad38e8a995038d0ac2af84ee3
parentca481d3c9ab7bf69ff0c8d71ad3951d407f6a33c
Fix comment in libpqrcv_check_conninfo().

Previously, the comment incorrectly stated that libpqrcv_check_conninfo()
returns true or false based on the connection string check.
However, this function actually has a void return type and
raises an error if the check fails.

Author: Rintaro Ikeda
Reviewed-by: Jelte Fennema-Nio, Fujii Masao
Discussion: https://postgr.es/m/6a1ca81b27fec4da0ccdfaaaec787982@oss.nttdata.com
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c