Fix comment in fe-connect.c about PQping and pg_ctl
authorMichael Paquier <michael@paquier.xyz>
Fri, 7 Jan 2022 07:05:31 +0000 (16:05 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 7 Jan 2022 07:05:31 +0000 (16:05 +0900)
commitfb0745fa0d706d1519d6e55e93d1dcae27e12e4d
tree1cd2c648d69644937de10dfb84bb901001c16260
parent353aa01687b5dd582debdfe63871498cd522cbbd
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
src/interfaces/libpq/fe-connect.c