mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
standby clone: emit warning, not error if server is 9.3 and tablespace_mapping provided
This commit is contained in:
@@ -6440,7 +6440,7 @@ initialise_direct_clone(t_node_info *local_node_record, t_node_info *upstream_no
|
||||
{
|
||||
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user