pgsql: Add NO_INSTALL option to pgxs - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add NO_INSTALL option to pgxs
Date
Msg-id E1lmFjb-0002bh-Ab@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add NO_INSTALL option to pgxs
List pgsql-committers
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: https://www.postgresql.org/message-id/flat/cb9d16a6-760f-cd44-28d6-b091d5fb6ca7%40enterprisedb.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(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix MSVC scripts when building with GSSAPI/Kerberos
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add NO_INSTALL option to pgxs