Re: pldbgapi extension

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Prakash Ramakrishnan <prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: pldbgapi extension
Date: 2019-09-17 14:02:40
Message-ID: 32500.1568728960@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Prakash Ramakrishnan <prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com> writes:
> Not able to create the extension pldbgapi in cluster and if i run make and
> make install it will going .sql file in /usr/share/pgsql/extension this
> path but actually i need to create these files into below path,

If you're building from source with intention to match an existing
installation, you need to be sure you've configured with the same
options the existing installation was built with. The output of
the installation's "pg_config" program should help.

When building an out-of-tree extension using PGXS, in theory the
PGXS infrastructure should get this right for you, but maybe
it isn't, or you missed out using it.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-09-17 14:04:16 Re: pgbackrest restore to new location?
Previous Message Adrian Klaver 2019-09-17 13:48:25 Re: FW: Re: FW: Re: Shouldn;t this trigger be called?