standby clone: tweak error message

Probably a remnant from the 9.1 era, where it was not possible to
take a base backup from a standby.
This commit is contained in:
Ian Barwick
2020-12-04 10:13:05 +09:00
parent d5b94431f2
commit debbda6074

View File

@@ -740,7 +740,7 @@ do_standby_clone(void)
drop_replication_slot_if_exists(source_conn, UNKNOWN_NODE_ID, local_node_record.slot_name);
}
log_error(_("unable to take a base backup of the primary server"));
log_error(_("unable to take a base backup of the source server"));
log_hint(_("data directory (\"%s\") may need to be cleaned up manually"),
local_data_directory);