Initial code for standby clone

This commit is contained in:
Ian Barwick
2017-04-27 09:22:09 +09:00
parent bcf55b4f72
commit 99e7bb0ea3
6 changed files with 188 additions and 30 deletions

View File

@@ -26,7 +26,7 @@ include Makefile.global
$(info Building against PostgreSQL $(MAJORVERSION))
REPMGR_CLIENT_OBJS = repmgr-client.o repmgr-action-master.o repmgr-action-cluster.o \
REPMGR_CLIENT_OBJS = repmgr-client.o repmgr-action-master.o repmgr-action-standby.o repmgr-action-cluster.o \
config.o log.o strutil.o dbutils.o
REPMGRD_OBJS = repmgrd.o