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

From: VASUKI M <vasukim1992002(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, BharatDB <bharatdbpg(at)gmail(dot)com>, torsten(dot)rupp(at)gmx(dot)net, pgsql-bugs(at)lists(dot)postgresql(dot)org, byavuz81(at)gmail(dot)com
Subject: Re: BUG #19095: Test if function exit() is used fail when linked static
Date: 2025-12-09 10:23:23
Message-ID: CACTYHzgb=1UXNoW08AjBBUB10dZPoAg4pptFm3K63V5xs=j=Jw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Thanks Michael and Peter for the detailed reviews and for taking the time
to refine and commit the updated version.

Thanks for pointing out that pgperltidy may behave differently across
environments.

On Tue, 9 Dec 2025 at 11:56, Michael Paquier <michael(at)paquier(dot)xyz> wrote:

> The attached takes care of the issue here. Adding that to pgxs_bins
> may look adapted at first glance, but I don't quite see the point in
> exposing this information to PGXS, so pgxs_empty is a better fit?
>
> Thanks for the clarification.Given that PGXS extensions don't appear to
require NM ,IMO adding it to pgxs_empty makes sense to me.It resolves the
Meson warning without exposing unnecessary variables to PGXS users.

Regards,
Vasuki M

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2025-12-09 11:04:21 BUG #19348: Disk space error when running COPY after upgrading to PostgreSQL 17.7
Previous Message Haowu Ge 2025-12-09 08:54:35 Re: GROUP BY ROLLUP queries on views trigger full table scans (index usage not optimized)

Browse pgsql-hackers by date

  From Date Subject
Next Message Ajin Cherian 2025-12-09 10:33:59 Re: Improve pg_sync_replication_slots() to wait for primary to advance
Previous Message Ashutosh Bapat 2025-12-09 10:21:16 Re: SQL Property Graph Queries (SQL/PGQ)