Re: BUG #19095: Test if function exit() is used fail when linked static - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #19095: Test if function exit() is used fail when linked static
Date
Msg-id aTfA-NG02qbk_uFD@paquier.xyz
Whole thread Raw
In response to Re: BUG #19095: Test if function exit() is used fail when linked static  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: BUG #19095: Test if function exit() is used fail when linked static
List pgsql-bugs
On Tue, Dec 09, 2025 at 07:10:09AM +0100, Peter Eisentraut wrote:
> meson gives this warning now:
>
> ../src/meson.build:31: WARNING: The variable(s) 'NM' in the input file
> 'src/Makefile.global.in' are not present in the given configuration data.
>
> Looks like a small addition on src/makefiles/meson.build would fix it.

Oops.  Let me see..  Indeed, the warning shows during the "Configuring
Makefile.global using configuration" step.  This information has been
showing up in my logs while testing meson.

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?

What do you think?
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG #19095: Test if function exit() is used fail when linked static
Next
From: Richard Guo
Date:
Subject: Re: GROUP BY ROLLUP queries on views trigger full table scans (index usage not optimized)