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 1u2BOW-00EIoi-Sl for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Apr 2025 16:01:48 +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 1u2BOV-00AlUr-3O for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Apr 2025 16:01:47 +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.94.2) (envelope-from ) id 1u2BOU-00AlUj-QI for pgsql-hackers@lists.postgresql.org; Tue, 08 Apr 2025 16:01:47 +0000 Received: from dd25110.kasserver.com ([85.13.146.49]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u2BOS-004A3P-3D for pgsql-hackers@postgresql.org; Tue, 08 Apr 2025 16:01:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=technowledgy.de; s=kas202308201259; t=1744128103; bh=hdBZyoMPX6VnNOJRIHtOEIr3Rj0iQtDdOhNqoe1ZPdg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QJ+685YuaV1iQ9+Ea858gzSvHIqeyFydJ8Ch9KOEWM6cyphaDF0QuBn17CU0dxSKj YtyO73gLKbBzmyCyjP45E4V9ONcHRgY1EjxrHSJ3UqI06FPFa7rftnhYN+10qSEyO6 jBxTYDXGO49x9XbxeknfJaYu8VsGz6Azb/1a2xK5L0vHaw5xdDX2s3uoeRxZQ+HkEu oIFnB6OSg0iPVYNktMX0f3S7pKgPIMVnu312qot9lnSamdUIUMhcdEoyrNqYmHuH5E 5cTzByHYMZ1vKGswFgydQbP4TPbtJaf+OsLaLtmvl2kpOV9UQqV3uKJ+t64ueDtWsI Urzdy41VuCivA== Received: from [192.168.0.102] (ip-037-201-153-223.um10.pools.vodafone-ip.de [37.201.153.223]) by dd25110.kasserver.com (Postfix) with ESMTPSA id 51996E1A01A6; Tue, 8 Apr 2025 18:01:43 +0200 (CEST) Message-ID: <96b5b38b-2fac-409f-b922-f7fd653bf847@technowledgy.de> Date: Tue, 8 Apr 2025 18:01:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER Content-Language: en-US To: Jacob Champion , Bruce Momjian Cc: Daniel Gustafsson , Christoph Berg , Andres Freund , Peter Eisentraut , Tom Lane , PostgreSQL Hackers , Thomas Munro , Nazir Bilal Yavuz , Antonin Houska References: <5bec3d4f-613f-425b-88c4-59e71c70f7d6@eisentraut.org> From: Wolfgang Walther In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: / List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jacob Champion: > The above is discussing a patch to split this into its own loadable > module. Wasn't sure where to put this exactly, the thread is long and I couldn't find any discussion around it: How does the proposal with a loadable module affect a static libpq.a? I have not tried, yet, but is my assumption correct, that I could build a libpq.a with oauth/curl support on current HEAD? If yes, would that still be an option after the split? Thanks, Wolfgang