standby clone: add a strategic Assert

This commit is contained in:
Ian Barwick
2020-06-09 14:29:02 +09:00
parent 11dc923a20
commit 0d0ffc675c

View File

@@ -6877,6 +6877,9 @@ run_file_backup(t_node_info *local_node_record)
PQExpBufferData tablespace_map;
bool tablespace_map_rewrite = false;
/* For the foreseeable future, no other modes are supported */
Assert(mode == barman);
if (mode == barman)
{
/*