Re: pgsql: libpq: Grease the protocol by default - Mailing list pgsql-committers

From Jacob Champion
Subject Re: pgsql: libpq: Grease the protocol by default
Date
Msg-id CAOYmi+=4QhCjssfNEoZVK8LPtWxnfkwT5p-PAeoxtG9gpNjqOQ@mail.gmail.com
Whole thread
In response to pgsql: libpq: Grease the protocol by default  (Jacob Champion <jchampion@postgresql.org>)
Responses Re: pgsql: libpq: Grease the protocol by default
List pgsql-committers
On Mon, Feb 23, 2026 at 10:58 AM Jacob Champion
<jchampion@postgresql.org> wrote:
>
> libpq: Grease the protocol by default

crake is angry:

> pg_dumpall: error: connection to server on socket "/home/andrew/bf/root/tmp/buildfarm-onigY7/.s.PGSQL.5670" failed:
FATAL:unsupported frontend protocol 3.9999: server supports 1.0 to 3.0 
> This indicates a bug in either the server being contacted
> or a proxy handling the connection. Please consider
> ...

So while this is kind of a nice result, in that it's correctly
diagnosing the problem, I need to add max_protocol_version=3.0 to the
connection strings for these upgrades during beta.

--Jacob



pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Allow pg_{read,write}_all_data to access large objects.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix indentation from commit b380a56a3f9