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 1tukrx-00BKOl-JN for pgsql-hackers@arkaria.postgresql.org; Wed, 19 Mar 2025 04:17:29 +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 1tukru-00CPSu-L1 for pgsql-hackers@arkaria.postgresql.org; Wed, 19 Mar 2025 04:17:26 +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 1tukru-00CPSk-Ah for pgsql-hackers@lists.postgresql.org; Wed, 19 Mar 2025 04:17:26 +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.96) (envelope-from ) id 1tukrq-003gqd-1c for pgsql-hackers@postgresql.org; Wed, 19 Mar 2025 04:17:25 +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 52J4HF3E636880; Wed, 19 Mar 2025 00:17:15 -0400 From: Tom Lane To: Thomas Munro cc: Jacob Champion , Nazir Bilal Yavuz , Andres Freund , Daniel Gustafsson , Peter Eisentraut , Antonin Houska , PostgreSQL Hackers Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER In-reply-to: References: <83C44AB4-24B0-437F-B139-B5CBC5821BB1@yesql.se> <2A1511A0-C04B-47E4-B1C3-54C2A1C765B8@yesql.se> <13F329B6-86BC-40A5-96F4-102784A0357A@yesql.se> Comments: In-reply-to Thomas Munro message dated "Wed, 19 Mar 2025 17:09:21 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <636878.1742357835.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 19 Mar 2025 00:17:15 -0400 Message-ID: <636879.1742357835@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > All pushed You may have noticed it already, but indri reports that this printf-like call isn't right: fe-auth-oauth-curl.c:1392:49: error: data argument not used by format stri= ng [-Werror,-Wformat-extra-args] 1392 | actx_error(actx, "deleting kqueue timer: %m", time= out); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ fe-auth-oauth-curl.c:324:59: note: expanded from macro 'actx_error' 324 | appendPQExpBuffer(&(ACTX)->errbuf, libpq_gettext(FMT), ##_= _VA_ARGS__) | ~~~ ^ "timeout" isn't being used anymore. regards, tom lane