pgsql: Fix comment in fe-connect.c about PQping and pg_ctl - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in fe-connect.c about PQping and pg_ctl
Date
Msg-id E1n5jKf-0007eQ-5P@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment in fe-connect.c about PQping and pg_ctl

Since f13ea95f, pg_ctl does not use PQping(), but one comment did not
get the call.

Author: Euler Taveira
Discussion: https://postgr.es/m/4b1deb4a-2771-416d-9710-ccd2fa66f058@www.fastmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb0745fa0d706d1519d6e55e93d1dcae27e12e4d

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: postgres_fdw: Add regression test for postgres_fdw.application_n
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Skip install/test of pgcrypto on MSVC when not built with openss