Re: BUG #19095: Test if function exit() is used fail when linked static
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: BharatDB <bharatdbpg@gmail.com>,
torsten.rupp@gmx.net,
pgsql-bugs@lists.postgresql.org,
Michael Paquier <michael@paquier.xyz>,
VASUKI M <vasukim1992002@gmail.com>
Date: 2025-11-12T08:13:09Z
Lists: pgsql-bugs, pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
libpq: Authorize pthread_exit() in libpq_check
- 8268e66ac64c 19 (unreleased) landed
-
Fix meson warning due to missing declaration of NM
- 801b4ee7fae1 19 (unreleased) landed
-
libpq: Refactor logic checking for exit() in shared library builds
- 4a8e6f43a6b5 19 (unreleased) landed
> On 12 Nov 2025, at 07:38, Tom Lane <tgl@sss.pgh.pa.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