standby clone: emit warning, not error if server is 9.3 and tablespace_mapping provided

This commit is contained in:
Ian Barwick
2020-05-07 10:23:07 +09:00
parent bcc284cac9
commit d1ab6ce28b

View File

@@ -6440,7 +6440,7 @@ initialise_direct_clone(t_node_info *local_node_record, t_node_info *upstream_no
{ {
if (source_server_version_num < 90400) if (source_server_version_num < 90400)
{ {
log_error(_("tablespace mapping not supported in PostgreSQL 9.3, ignoring")); log_warning(_("tablespace mapping not supported in PostgreSQL 9.3, ignoring"));
} }
else else
{ {