pgsql: Add NO_INSTALL option to pgxs

Started by Peter Eisentrautabout 5 years ago3 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Add NO_INSTALL option to pgxs

Apply in libpq_pipeline test makefile, so that the test file is not
installed into tmp_install.

Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: /messages/by-id/cb9d16a6-760f-cd44-28d6-b091d5fb6ca7@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6abc8c2596dbfcb24f9b4d954a1465b8015118c3

Modified Files
--------------
doc/src/sgml/extend.sgml | 10 ++++++++++
src/makefiles/pgxs.mk | 13 +++++++++++++
src/test/modules/libpq_pipeline/Makefile | 2 ++
3 files changed, 25 insertions(+)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: pgsql: Add NO_INSTALL option to pgxs

Peter Eisentraut <peter@eisentraut.org> writes:

Add NO_INSTALL option to pgxs

hm, buildfarm seems less than pleased ...

regards, tom lane

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tom Lane (#2)
Re: pgsql: Add NO_INSTALL option to pgxs

I wrote:

Peter Eisentraut <peter@eisentraut.org> writes:

Add NO_INSTALL option to pgxs

hm, buildfarm seems less than pleased ...

I see the pattern now: it's the VPATH members that are broken.

regards, tom lane