Change the name from repmgr to repmgrd. this is a daemon

that will do the monitoring.
This commit is contained in:
postgres
2010-09-14 20:42:28 -05:00
parent 362f931355
commit 98d7471d15
2 changed files with 2 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
# Copyright (c) 2ndQuadrant, 2010
#
PROGRAM = repmgr
OBJS = config.o dbutils.o main.o
PROGRAM = repmgrd
OBJS = config.o dbutils.o repmgrd.o
PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS = $(libpq_pgport)

View File