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.96) (envelope-from ) id 1vJ5yu-00ASQq-1S for pgsql-bugs@arkaria.postgresql.org; Wed, 12 Nov 2025 08:13:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vJ5ys-00A7UA-0k for pgsql-bugs@arkaria.postgresql.org; Wed, 12 Nov 2025 08:13:30 +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.96) (envelope-from ) id 1vJ5yr-00A7U2-2l for pgsql-bugs@lists.postgresql.org; Wed, 12 Nov 2025 08:13:29 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1vJ5yo-006h1w-2Q for pgsql-bugs@lists.postgresql.org; Wed, 12 Nov 2025 08:13:28 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 4D10A45B759 for ; Wed, 12 Nov 2025 09:13:21 +0100 (CET) Received: from s980.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 393E745B6EF; Wed, 12 Nov 2025 09:13:21 +0100 (CET) Received: from localhost (unknown [172.22.191.5]) by s980.loopia.se (Postfix) with ESMTP id 34D0D220167F; Wed, 12 Nov 2025 09:13:21 +0100 (CET) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s981.loopia.se ([172.22.191.5]) by localhost (s898.loopia.se [172.22.190.17]) (amavis, port 10024) with UTF8LMTP id wPfAAQdXMc40; Wed, 12 Nov 2025 09:13:20 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s981.loopia.se (Postfix) with ESMTPSA id 63A8A22B1782; Wed, 12 Nov 2025 09:13:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1762935200; bh=QDFf5Vsjumax8rNaLfOWBLt+KNpSTM8RUTNj4HD/mfc=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=Nb443w426XV8gQxQBGf4bhUZNpba7uDdyDg1+WWIvOwC9VI+mbs05+sTwvhhDFPJD FGioKpPNiPMoZ0863GaEUnETEKOtABBRjpiqaYkGTh1Xao9Va4rmH4O5UNkITqtIW3 URPm2FUYP3tN2MfMPTkL1damSpqv/P4rSUno2fh14PIWTuuSmthhCTH80ulwM6iBDu gxt9d1u7pq9M0UFfrk4GHJ75kuTh38vvm6IyUsGqfzJTr/7jaksa8TPOo0deiIhzDB A/5XK8L0sjpWYUzmG5SmsJlzFKPvs699wCdp61UbigsB1WyHKaWuznRT1qO0J3djEx G2lWiuCvU+/bQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: BUG #19095: Test if function exit() is used fail when linked static From: Daniel Gustafsson In-Reply-To: <2305435.1762929527@sss.pgh.pa.us> Date: Wed, 12 Nov 2025 09:13:09 +0100 Cc: BharatDB , torsten.rupp@gmx.net, pgsql-bugs@lists.postgresql.org, Michael Paquier , VASUKI M Content-Transfer-Encoding: quoted-printable Message-Id: <7C7B32ED-5742-49D5-9380-5E02AA5B03C4@yesql.se> References: <19095-6d8256d0c37d4be2@postgresql.org> <2305435.1762929527@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 12 Nov 2025, at 07:38, Tom Lane wrote: > Personally I'm okay with whitelisting pthread_exit() as > Torsten suggested. +1, we already have a few whitelisted entries and pthread_exit seems = perfectly reasonable to add to that list. -- Daniel Gustafsson