pgsql: Fix comment in libpqrcv_check_conninfo().

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix comment in libpqrcv_check_conninfo().
Дата
Msg-id E1sRA0G-000zCJ-M8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/629520be5f9da9d0192c7f6c8796bfddb4746760

Modified Files
--------------
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Optimise numeric multiplication for short inputs.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Unrevert "Force nodes for SSL tests to start in TCP mode"