diff options
author | Tomas Vondra | 2016-08-24 10:12:24 +0000 |
---|---|---|
committer | Pavan Deolasee | 2016-10-18 10:07:46 +0000 |
commit | 9905327857f7021ed06b4af86ae8e01df3b1b68f (patch) | |
tree | 8135ad5ac8b92694a29232afb054b17407e69ec6 | |
parent | c5e5d625d613117eab39bd9fdb7b305c096784a8 (diff) |
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.
-rw-r--r-- | contrib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |