Re: Splitting libpq build

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Splitting libpq build
Date: 2021-10-03 20:11:49
Message-ID: 3910785.1633291909@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Igor Korot <ikorot01(at)gmail(dot)com> writes:
> I wonder who ade the decision not to provide an independent build
> of the client library of PostgreSQL? And what was the reason behind it?

It wasn't worth the maintenance trouble. It still isn't. On any
remotely-modern machine, a build of the whole tree is only going
to take a minute or two. And libpq doesn't change so fast that
you'd need to do this often.

Having said that, it does work on non-Windows machines to do
./configure ...
cd src/interfaces/libpq
make -s install

The Windows case is exactly what we killed as not being worth
the maintenance effort, so I doubt you'll find much interest
in resurrecting that one.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2021-10-03 20:20:53 Re: Splitting libpq build
Previous Message Igor Korot 2021-10-03 19:51:12 Splitting libpq build