fix libpq comment
Euler Taveira <euler@eulerto.com>
From: "Euler Taveira" <euler@eulerto.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-01-07T00:33:07Z
Lists: pgsql-hackers
Attachments
- 0001-pg_ctl-does-not-rely-on-PQping-anymore.patch (text/x-patch) patch 0001
Hi, While checking the PQping code I noticed that pg_ctl does not rely on PQping since commit f13ea95f9e4 (v10) so the attached patch removes a comment from internal_ping(). -- Euler Taveira EDB https://www.enterprisedb.com/
Commits
-
Fix comment in fe-connect.c about PQping and pg_ctl
- fb0745fa0d70 15.0 landed
-
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
- f13ea95f9e47 10.0 cited