mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Change the name from repmgr to repmgrd. this is a daemon
that will do the monitoring.
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,8 +3,8 @@
|
|||||||
# Copyright (c) 2ndQuadrant, 2010
|
# Copyright (c) 2ndQuadrant, 2010
|
||||||
#
|
#
|
||||||
|
|
||||||
PROGRAM = repmgr
|
PROGRAM = repmgrd
|
||||||
OBJS = config.o dbutils.o main.o
|
OBJS = config.o dbutils.o repmgrd.o
|
||||||
|
|
||||||
PG_CPPFLAGS = -I$(libpq_srcdir)
|
PG_CPPFLAGS = -I$(libpq_srcdir)
|
||||||
PG_LIBS = $(libpq_pgport)
|
PG_LIBS = $(libpq_pgport)
|
||||||
|
|||||||
Reference in New Issue
Block a user