mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Remove duplicated error message
This commit is contained in:
3
repmgr.c
3
repmgr.c
@@ -1171,9 +1171,6 @@ stop_backup:
|
|||||||
{
|
{
|
||||||
if(create_replication_slot(primary_conn, repmgr_slot_name) == false)
|
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);
|
PQfinish(primary_conn);
|
||||||
exit(ERR_DB_QUERY);
|
exit(ERR_DB_QUERY);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user