From e71dd4945e85cc26b24e5f8fe26bb164e49acab9 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 9 Feb 2015 13:42:51 +0900 Subject: [PATCH] Remove duplicated error message --- repmgr.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/repmgr.c b/repmgr.c index e82dcbc4..aa8ed396 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1171,9 +1171,6 @@ stop_backup: { if(create_replication_slot(primary_conn, repmgr_slot_name) == false) { - log_err(_("Unable to create slot '%s' on the primary node: %s\n"), - repmgr_slot_name, - PQerrorMessage(primary_conn)); PQfinish(primary_conn); exit(ERR_DB_QUERY); }