Re: macos exported symbols list not used for loadable modules

2025-06-09 Thread Peter Eisentraut
On 05.06.25 19:28, Jacob Champion wrote: On Tue, Jun 3, 2025 at 12:48 AM Peter Eisentraut wrote: On macOS, when building with the make system, the exported symbols list (SHLIB_EXPORTS) is ignored. I don't think that is intentional. It was probably just forgotten, since that combination has n

Re: macos exported symbols list not used for loadable modules

2025-06-05 Thread Jacob Champion
On Tue, Jun 3, 2025 at 12:48 AM Peter Eisentraut wrote: > > On macOS, when building with the make system, the exported symbols list > (SHLIB_EXPORTS) is ignored. I don't think that is intentional. It was > probably just forgotten, since that combination has never actually been > used until now (