Thread
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
-
fix libpq comment
Euler Taveira <euler@eulerto.com> — 2022-01-07T00:33:07Z
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/
-
Re: fix libpq comment
Michael Paquier <michael@paquier.xyz> — 2022-01-07T07:11:58Z
On Thu, Jan 06, 2022 at 09:33:07PM -0300, Euler Taveira wrote: > 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(). Looking at the area, the rest looks fine. So, applied as per your suggestion. Thanks, Euler! -- Michael