summaryrefslogtreecommitdiff
path: root/src/test/modules/libpq_pipeline
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-05-27 13:58:13 +0200
committerPeter Eisentraut <peter@eisentraut.org>2021-05-27 13:58:29 +0200
commit6abc8c2596dbfcb24f9b4d954a1465b8015118c3 (patch)
tree54a4460722231f6d80471c6fb04d5e1cdf4df97e /src/test/modules/libpq_pipeline
parent025110663448a8c877f4b591495f2e5d187d8936 (diff)
downloadpostgresql-6abc8c2596dbfcb24f9b4d954a1465b8015118c3.tar.gz
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
Diffstat (limited to 'src/test/modules/libpq_pipeline')
-rw-r--r--src/test/modules/libpq_pipeline/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/modules/libpq_pipeline/Makefile b/src/test/modules/libpq_pipeline/Makefile
index b798f5fbbc..c9c5ae1beb 100644
--- a/src/test/modules/libpq_pipeline/Makefile
+++ b/src/test/modules/libpq_pipeline/Makefile
@@ -3,6 +3,8 @@
PROGRAM = libpq_pipeline
OBJS = libpq_pipeline.o
+NO_INSTALL = 1
+
PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS_INTERNAL += $(libpq_pgport)