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

From: "Gadamsetty, Kiran" <Kiran(dot)Gadamsetty(at)dell(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, "Kumar, Sunil(RM engineering)" <Sunilp(dot)Kumar(at)dell(dot)com>
Subject: Re: Linux equivalent library for "postgres.lib" from Windows
Date: 2016-11-08 05:01:39
Message-ID: 9ABAEAC6404F3D48AC6ADFB7F3D982F201B42961@MX301CL02.corp.emc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We are depending on postgres.lib while creating a postgre extension for windows.
We need to know the equivalent library in Linux to build the same in Linux to get the symbols resolve correctly.

Any help is appreciated.

-Kiran G

-----Original Message-----
From: Michael Paquier [mailto:michael(dot)paquier(at)gmail(dot)com]
Sent: Tuesday, November 08, 2016 9:21 AM
To: Gadamsetty, Kiran <Kiran(dot)Gadamsetty(at)emc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org; Kumar, Sunil(RM engineering) <sunilp(dot)kumar(at)emc(dot)com>
Subject: Re: [GENERAL] Linux equivalent library for "postgres.lib" from Windows

On Mon, Nov 7, 2016 at 2:28 PM, Gadamsetty, Kiran <Kiran(dot)Gadamsetty(at)dell(dot)com> wrote:
> I am new to the product and in windows “postgres.lib” provides certain
> functions which we are using in windows for creating extensions.
>
> Now I am porting the project to Linux and there no straight library
> with this name in Linux binaries packages.
>
> Can someone please advise the equivalent library for postgres.lib in Linux?

There is no need to go down to this level of details perhaps? You could just use the PGXS infrastructure to guess it for you.
--
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2016-11-08 05:15:35 Re: Linux equivalent library for "postgres.lib" from Windows
Previous Message amul sul 2016-11-08 05:01:35 Re: Exclude pg_largeobject form pg_dump