fix libpq comment
Started by Euler Taveiraover 4 years ago2 messageshackers
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/
Attachments:
0001-pg_ctl-does-not-rely-on-PQping-anymore.patchtext/x-patch; name=0001-pg_ctl-does-not-rely-on-PQping-anymore.patchDownload+1-3
Re: fix libpq comment
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