Re: Improve the granularity of PQsocketPoll's timeout parameter?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ranier Vilela <ranier.vf@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@lists.postgresql.org, Tristan Partin <tristan@partin.io>, Dominique Devienne <ddevienne@gmail.com>
Date: 2024-06-13T19:18:48Z
Lists: pgsql-hackers
Ranier Vilela <ranier.vf@gmail.com> writes:
> +1 for push.

Done.  I noticed in final review that libpq-fe.h's "#include <time.h>",
which I'd feared to remove because I thought we'd shipped that
already, actually was new in f5e4dedfa.  So there shouldn't be
anything depending on it, and I thought it best to take it out again.
Widely-used headers shouldn't have unnecessary inclusions.

			regards, tom lane



Commits

  1. Improve the granularity of PQsocketPoll's timeout parameter.