Re: pldbgapi extension

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: pldbgapi extension
Date: 2019-09-17 16:20:51
Message-ID: 09725cbd-2548-6dab-97b7-c50e28454d18@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 9/17/19 10:16 AM, Adrian Klaver wrote:
> On 9/17/19 7:44 AM, Prakash Ramakrishnan wrote:
>> I installed devel and contrib also but not worked here.
>
> Yeah, --contrib won't help as pldbpgapi is not one of the contrib
> modules as found here:
>
> https://www.postgresql.org/docs/11/contrib.html
>
> The basic issue is you are using two install methods YUM for your
> Postgres server and source build for the pldbpgapi extension. They are
> using different directory structures. I think the best bet for the
> time being is to use the symklink suggestion I posted earlier. Someone
> with more experience with RH may also chime in with a better solution.
>
If OP is building the extension, why not build postgres too?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben Wheatley 2019-09-17 17:13:57 pg_rewind: invalid record length
Previous Message Adrian Klaver 2019-09-17 16:16:40 Re: pldbgapi extension