mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 01:16:29 +00:00
Add initial code for remaining "repmgr standby" commands
This commit is contained in:
@@ -1009,9 +1009,41 @@ do_standby_unregister(void)
|
||||
log_info(_("standby unregistration complete"));
|
||||
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
do_standby_promote(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
do_standby_follow(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
do_standby_switchover(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
do_standby_archive_config(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
do_standby_restore_config(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
check_source_server()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user