Re: Building libpq independently of server

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: PostgreSQL ODBC list <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Building libpq independently of server
Date: 2018-09-19 16:02:37
Message-ID: 27223.1537372957@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Igor Korot <ikorot01(at)gmail(dot)com> writes:
> As I said - I'm interested in the libpq either prebuilt binaries or instructions
> on how to build them without getting the whole distribution.

Twenty years ago it was reasonable to provide a mechanism for building
only libpq ... but on modern hardware, the time to build the whole PG
distribution is way less than the time you've spent composing these
various messages. Nor is the install footprint so large that anybody
would notice it on a modern storage device. So we've pretty much lost
interest in providing subset build processes. If you don't like the
ad-hoc approach I offered upthread, just build the whole thing and be
done.

regards, tom lane

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2018-09-24 14:49:35 Wrong column size using MIN/MAX without return result
Previous Message Igor Korot 2018-09-19 15:50:50 Re: Building libpq independently of server