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 1uAvhm-00487W-Up for pgsql-hackers@arkaria.postgresql.org; Fri, 02 May 2025 19:05:51 +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 1uAvhk-00BBMK-VJ for pgsql-hackers@arkaria.postgresql.org; Fri, 02 May 2025 19:05:50 +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 1uAvhk-00BBM7-Lw for pgsql-hackers@lists.postgresql.org; Fri, 02 May 2025 19:05:49 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uAvhj-000je1-23 for pgsql-hackers@postgresql.org; Fri, 02 May 2025 19:05:48 +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 542J5Q781979662; Fri, 2 May 2025 15:05:26 -0400 From: Tom Lane To: Jacob Champion cc: Nathan Bossart , Daniel Gustafsson , Christoph Berg , Jelte Fennema-Nio , Peter Eisentraut , Andres Freund , Bruce Momjian , PostgreSQL Hackers , Thomas Munro , Nazir Bilal Yavuz , Antonin Houska , Wolfgang Walther , =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER In-reply-to: References: <8210C830-DDBB-4CD7-AB39-F5F59C36D547@yesql.se> <1921698.1746207330@sss.pgh.pa.us> <1974924.1746210349@sss.pgh.p! a.us> Comments: In-reply-to Jacob Champion message dated "Fri, 02 May 2025 11:46:15 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1979660.1746212726.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 02 May 2025 15:05:26 -0400 Message-ID: <1979661.1746212726@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jacob Champion writes: > On Fri, May 2, 2025 at 11:26=E2=80=AFAM Tom Lane wro= te: >> Apropos of that: our fine manual claims that option is spelled >> --auto_features, but that fails for me. Is that a typo in our >> manual, or do some meson versions accept the underscore? > --auto_features doesn't work for me either. That looks like an > accidental mashup of --auto-features and -Dauto_features. Ah, I see somebody already complained of this [1], but apparently we did nothing about it. I shall go fix it now. regards, tom lane [1] https://www.postgresql.org/message-id/flat/172465652540.862882.1780852= 3044292761256%40wrigleys.postgresql.org