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.94.2) (envelope-from ) id 1tzbyX-004Ers-H2 for pgsql-hackers@arkaria.postgresql.org; Tue, 01 Apr 2025 13:48:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tzbyV-002Zl2-Vz for pgsql-hackers@arkaria.postgresql.org; Tue, 01 Apr 2025 13:48:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tzbyV-002Zks-Mh for pgsql-hackers@lists.postgresql.org; Tue, 01 Apr 2025 13:48:19 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tzbyU-002Ln4-0E for pgsql-hackers@lists.postgresql.org; Tue, 01 Apr 2025 13:48:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type:Sender:Reply-To:Content-ID:Content-Description; bh=geBEmr/cEoaP2FpOnNuUPFF7/w0Sj8JrsVw2QL3kHzY=; b=q51HNeqm0iIRUfEjC/fmvdNcO/ XUdgVEyFPNhDVmsP8bxCZKsQHYWIg684yESq2L50YOj0d67MwJmchB8gtmRh+9n9xPIY6+pgs3/7f izUy7M91hUw99LCKEOAg8umJoCO8tBOKz5IUHjak8Hikmmw8KCQ8/OuRsjBk5xfwwetm7FZ0HRt0n BWwY5UqgVk97Jm1OgRRNm52LkXyzwJ2no49cMTaXfvpczgacXiF5cyk3CRDD5V+4n6fHMNSaIGSg+ 5GN9sg50eMU9mayCoL5hlfV7xbsujbjuQcY+/Fs9C58HRV/tVRFbdYiNE7avfXEUYtdMUGFNTnqFh 0dNkr2Cg==; Received: from customer-89-255-232-193.stosn.net ([89.255.232.193] helo=smtpclient.apple) by meldrar.postgresql.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tzbyN-008y3M-2i; Tue, 01 Apr 2025 13:48:13 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: pgsql: Add support for OAUTHBEARER SASL mechanism From: Daniel Gustafsson In-Reply-To: Date: Tue, 1 Apr 2025 15:47:59 +0200 Cc: Christoph Berg , Thomas Munro , pgsql-hackers@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Jacob Champion X-Mailer: Apple Mail (2.3776.700.51.11.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 1 Apr 2025, at 02:06, Jacob Champion = wrote: >=20 > On Mon, Mar 31, 2025 at 4:09=E2=80=AFPM Jacob Champion > wrote: >> I don't have hurd-amd64 to test, but I'm working on a patch that will >> build and pass tests if I manually munge pg_config.h. We were = skipping >> the useless tests via a $windows_os check; I think I should use >> check_pg_config() instead. >=20 > Proposed fix attached. Thanks, I agree that this is the right fix. While this is all subject = to change, I will go ahead with this patch in the meantime to make the tree properly buildable. -- Daniel Gustafsson