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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in fe-connect.c about PQping and pg_ctl
Date: 2022-01-07 07:06:37
Message-ID: E1n5jKf-0007eQ-5P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2022-01-07 14:41:16 Re: pgsql: Refactor tar method of walmethods.c to rely on the compression m
Previous Message Fujii Masao 2022-01-07 06:33:23 pgsql: postgres_fdw: Add regression test for postgres_fdw.application_n