mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Fix version number check
This commit is contained in:
@@ -3617,7 +3617,7 @@ initialise_direct_clone(t_node_info *node_record)
|
||||
|
||||
if (config_file_options.tablespace_mapping.head != NULL)
|
||||
{
|
||||
if (server_version_num < 90400)
|
||||
if (source_server_version_num < 90400)
|
||||
{
|
||||
log_error(_("tablespace mapping not supported in PostgreSQL 9.3, ignoring"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user