Re: Building libpq independently of server
Tom Lane <[email protected]> Wed, 19 Sep 2018 12:02:37 -0400
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <[email protected]> |
Igor Korot <[email protected]> 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