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 1ur0XT-00GjLH-Um for pgsql-hackers@arkaria.postgresql.org; Tue, 26 Aug 2025 20:45:09 +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 1ur0XS-00A7y7-DU for pgsql-hackers@arkaria.postgresql.org; Tue, 26 Aug 2025 20:45:07 +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 1ur0XS-00A7xy-3r for pgsql-hackers@lists.postgresql.org; Tue, 26 Aug 2025 20:45:06 +0000 Received: from mout-p-101.mailbox.org ([80.241.56.151]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ur0XQ-0021Nt-0z for pgsql-hackers@lists.postgresql.org; Tue, 26 Aug 2025 20:45:06 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4cBKRH4TVqz9tJ1; Tue, 26 Aug 2025 22:44:59 +0200 (CEST) Date: Tue, 26 Aug 2025 22:44:57 +0200 From: Christoph Berg To: Jacob Champion Cc: Dagfinn Ilmari =?iso-8859-1?Q?Manns=E5ker?= , Andrew Dunstan , pgsql-hackers@lists.postgresql.org, "stefan@kaltenbrunner.cc" Subject: Re: pgsql: oauth: Add unit tests for multiplexer handling Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Jacob Champion > On Tue, Aug 26, 2025 at 1:10 PM Jacob Champion > wrote: > > Okay. So I need to pull in PTHREAD_CFLAGS/LIBS as well... > > Christoph, are you able to verify the attached patch fixes the build? The patch fixes the autoconf build here. Thanks, Christoph