Re: BUG #19095: Test if function exit() is used fail when linked static

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: BharatDB <bharatdbpg(at)gmail(dot)com>, torsten(dot)rupp(at)gmx(dot)net, pgsql-bugs(at)lists(dot)postgresql(dot)org, Michael Paquier <michael(at)paquier(dot)xyz>, VASUKI M <vasukim1992002(at)gmail(dot)com>
Subject: Re: BUG #19095: Test if function exit() is used fail when linked static
Date: 2025-11-12 08:13:09
Message-ID: 7C7B32ED-5742-49D5-9380-5E02AA5B03C4@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

> On 12 Nov 2025, at 07:38, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2025-11-12 08:15:15 Re: BUG #19095: Test if function exit() is used fail when linked static
Previous Message Richard Guo 2025-11-12 07:04:05 Re: BUG #19106: Potential regression with CTE materialization planning in Postgres 18

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-11-12 08:15:15 Re: BUG #19095: Test if function exit() is used fail when linked static
Previous Message Nazir Bilal Yavuz 2025-11-12 08:04:28 Re: Trying out read streams in pgvector (an extension)