Initial table definitions and coding for repmgr client utility

This commit is contained in:
Ian Barwick
2017-04-19 22:41:20 +09:00
parent 2704ab0536
commit 1631917715
7 changed files with 227 additions and 8 deletions

View File

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