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

Jacob Champion <jacob.champion@enterprisedb.com>

From: Jacob Champion <jacob.champion@enterprisedb.com>
To: 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-12T16:37:54Z
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 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.

--Jacob