On Tue, Jul 13, 2021 at 07:02:27PM +1000, Peter Smith wrote:
> I found a few functions making unnecessary repeated calls to
> PQserverVersion(conn); instead of just calling once and assigning to a
> local variable.
Does it really matter? PQserverVersion() does a simple lookup at the
internals of PGconn.
--
Michael