Making changes to PostgreSQL's configure logic so as to have contrib modules installed in a specific directory and make them use PGXS?

From: postgres user <postgresuser1989(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Making changes to PostgreSQL's configure logic so as to have contrib modules installed in a specific directory and make them use PGXS?
Date: 2017-01-31 23:04:11
Message-ID: CAE48+s+Vff7MvuhvsczMdeUtpNCjP9wLFpujNUqiJNEwHpqKtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I want to configure my PostgreSQL installation in such a manner such that
the contrib modules of the PostgreSQL distribution are stored in a specific
directory and they should use the PGXS extensions management system
supported by Postgres, as they are currently packaged along with Postgres
and follow a specific directory structure they are installed along with
Postgres but I don't want that. I want all those contrib module extensions
to use a separate pg_config and hence want their makefiles to use PGXS. How
do I go about doing that.

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2017-02-01 00:35:15 Re: Making changes to PostgreSQL's configure logic so as to have contrib modules installed in a specific directory and make them use PGXS?
Previous Message Nikolai Zhubr 2017-01-31 22:02:11 Re: Causeless CPU load waves in backend, on windows, 9.5.5 (EDB binary).