From 9905327857f7021ed06b4af86ae8e01df3b1b68f Mon Sep 17 00:00:00 2001 From: Tomas Vondra Date: Wed, 24 Aug 2016 12:12:24 +0200 Subject: [PATCH] add pgxc_monitor to Makefile The pgxc_monitor contrib module was not included in the Makefile, thus vulnerable to undetected compile breakage. That's not desiable, so add it to the Makefile. --- contrib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/Makefile b/contrib/Makefile index 0eedf440a6..7ed90d4df7 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -39,6 +39,7 @@ SUBDIRS = \ pgstattuple \ pgxc_clean \ pgxc_ctl \ + pgxc_monitor \ postgres_fdw \ seg \ spi \ -- 2.39.5