mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Modify log message for consistency and testing
Pre-3.0: 'repmgr standby clone complete'
3.0: 'repmgr standby clone (using pg_basebackup) complete' or
'repmgr standby clone (using rsync) complete'
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -1188,7 +1188,7 @@ stop_backup:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
log_notice(_("%s base backup of standby complete\n"), progname);
|
log_notice(_("%s standby clone (using pg_basebackup) complete\n"), progname);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XXX It might be nice to provide the following options:
|
* XXX It might be nice to provide the following options:
|
||||||
|
|||||||
Reference in New Issue
Block a user