Re: meson: Add _static and _shared suffixes to the library names

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Jacob Champion <jacob.champion@enterprisedb.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nazir Bilal Yavuz <byavuz81@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Andres Freund <andres@anarazel.de>
Date: 2025-08-12T18:47:45Z
Lists: 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 →
  1. ci: windows: Stop using DEBUG:FASTLINK

On 12.08.25 18:37, Jacob Champion wrote:
> On Tue, Aug 12, 2025 at 9:27 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> Is there a way to work around this problem in a way that affects Windows only?
>>
>> Even on Windows, the proposal is unacceptable.
> 
> Sure, but I'm hoping that there's some Windows-specific Meson
> twiddling that can be done to disambiguate the debug files on disk.

Here is an older discussion that also involved having concurrent 
shared_library() and static_library() on Windows, and the general 
sentiment there appeared to be that this should (be made to) work: 
https://github.com/mesonbuild/meson/issues/459

So I don't know what changed now, but I think we should think about in 
terms of what changed rather than fixing our code.