Re: Linux equivalent library for "postgres.lib" from Windows

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: Linux equivalent library for "postgres.lib" from Windows
Date: 2016-11-08 05:15:35
Message-ID: CAB7nPqSrHG2XbCL5nVpbjMNt6v6BRb40Xp28MehrLCjF2JbMNg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 8, 2016 at 1:29 PM, John R Pierce <pierce(at)hogranch(dot)com> wrote:
> I am not sure what this postgres.lib is, what are the functions you're using
> ?

It contains references to all the exposed functions of the backend on
Windows. Using something like dumpbin /exports postgres.lib would show
exactly that if I recall correctly. But, anyway, what Kiran is looking
for here is to build his stuff via PGXS.
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Durumdara 2016-11-08 10:32:05 Re: Surviving connections after internet problem
Previous Message Gadamsetty, Kiran 2016-11-08 05:01:39 Re: Linux equivalent library for "postgres.lib" from Windows