Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs
Date
Msg-id CAGECzQQOi-O++D+E+fOx=oHo=PquVDOk2_TDkkDNbK+3tHh08g@mail.gmail.com
Whole thread Raw
In response to Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-hackers
On Tue, 20 Aug 2024 at 18:42, David G. Johnston
<david.g.johnston@gmail.com> wrote:
> v18 libpq-based clients, if they attempt to connect using v4 and fail, will try again using the v3 connection.  That
willretain status quo behavior when something like a connection pooler doesn't understand the new reality.
 

Having connection latency double when connecting to an older Postgres
is something I'd very much like to avoid. Reconnecting functionally
retains the status quo, but it doesn't retain the expected perf
characteristics. By using a minor protocol version we can easily avoid
this connection latency issue.



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Some questions about PostgreSQL’s design.
Next
From: "David G. Johnston"
Date:
Subject: Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs