mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
standby clone: add a strategic Assert
This commit is contained in:
@@ -6877,6 +6877,9 @@ run_file_backup(t_node_info *local_node_record)
|
|||||||
PQExpBufferData tablespace_map;
|
PQExpBufferData tablespace_map;
|
||||||
bool tablespace_map_rewrite = false;
|
bool tablespace_map_rewrite = false;
|
||||||
|
|
||||||
|
/* For the foreseeable future, no other modes are supported */
|
||||||
|
Assert(mode == barman);
|
||||||
|
|
||||||
if (mode == barman)
|
if (mode == barman)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user