Re: Problem linking with Release library

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: Igor Korot <ikorot01@gmail.com>, "David G. Johnston" <david.g.johnston@gmail.com>, Adrian Klaver <adrian.klaver@aklaver.com>, "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2026-05-13T04:52:08Z
Lists: pgsql-general
Laurenz Albe <laurenz.albe@cybertec.at> writes:
> On Tue, 2026-05-12 at 19:52 -0700, Igor Korot wrote:
>> There used to be a split builds - one package to build the server and another to build the client (libpq). This is no longer the case.

The short answer is that we dropped that build option because it
was no longer worth the trouble to support.  Building the whole
package and then ignoring the parts you don't need takes only
a few minutes longer on any remotely-modern hardware.  Certainly,
you've wasted more time complaining than it would take to do that.

			regards, tom lane



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Remove MSVC scripts