Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vueFw-00HNz8-0d for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Feb 2026 22:18:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vueFv-00FjR7-0B for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Feb 2026 22:18:19 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vueFu-00FjQy-2V for pgsql-hackers@lists.postgresql.org; Mon, 23 Feb 2026 22:18:18 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vueFr-00000000w4Z-3VKW for pgsql-hackers@lists.postgresql.org; Mon, 23 Feb 2026 22:18:18 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 61NMI9QO3626146; Mon, 23 Feb 2026 17:18:09 -0500 From: Tom Lane To: Jacob Champion cc: Jelte Fennema-Nio , pgsql-hackers@lists.postgresql.org, Andrew Dunstan Subject: Re: pgsql: libpq: Grease the protocol by default In-reply-to: References: Comments: In-reply-to Jacob Champion message dated "Mon, 23 Feb 2026 13:17:05 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3626144.1771885089.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 23 Feb 2026 17:18:09 -0500 Message-ID: <3626145.1771885089@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk [ moving discussion to -hackers ] Jacob Champion writes: > 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 p= rotocol 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=3D3.0 to the > connection strings for these upgrades during beta. Either that or we decide that it's time to throw 9.2 support overboard (looks like 9.3 and up are fine). If it's not hard to add the connection option to this test, let's do that --- but if it is a problem, I wouldn't shed too many tears over moving the oldest-old-version goalpost. I think we might not be able to fix the test without changing buildfarm client script and/or configuration. regards, tom lane