projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e0ffa
)
add pgxc_monitor to Makefile
author
Tomas Vondra
<
[email protected]
>
Wed, 24 Aug 2016 10:12:24 +0000
(12:12 +0200)
committer
Pavan Deolasee
<
[email protected]
>
Thu, 1 Sep 2016 05:21:24 +0000
(10:51 +0530)
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
patch
|
blob
|
blame
|
history
diff --git
a/contrib/Makefile
b/contrib/Makefile
index 0eedf440a60b1f5d751781286041af03117b7058..7ed90d4df734e742e162732c634f5bbcbc038228 100644
(file)
--- a/
contrib/Makefile
+++ b/
contrib/Makefile
@@
-39,6
+39,7
@@
SUBDIRS = \
pgstattuple \
pgxc_clean \
pgxc_ctl \
+ pgxc_monitor \
postgres_fdw \
seg \
spi \