Add logging and repmgr command sanity checks

This commit is contained in:
Ian Barwick
2017-04-20 00:32:04 +09:00
parent 76e8c4624e
commit 8968cfe735
10 changed files with 745 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ include Makefile.global
$(info Building against PostgreSQL $(MAJORVERSION))
REPMGR_CLIENT_OBJS = repmgr-client.o config.o
REPMGR_CLIENT_OBJS = repmgr-client.o config.o log.o
REPMGRD_OBJS = repmgrd.o
repmgr4: $(REPMGR_CLIENT_OBJS)