mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Remove references to --data-dir
This commit is contained in:
@@ -1498,7 +1498,6 @@ do_standby_follow(void)
|
|||||||
|
|
||||||
PQfinish(local_conn);
|
PQfinish(local_conn);
|
||||||
|
|
||||||
|
|
||||||
if (upstream_query_result != 1)
|
if (upstream_query_result != 1)
|
||||||
{
|
{
|
||||||
log_warning(_("unable to retrieve node record for old upstream node %i"),
|
log_warning(_("unable to retrieve node record for old upstream node %i"),
|
||||||
|
|||||||
@@ -979,7 +979,7 @@ check_cli_parameters(const int action)
|
|||||||
if (runtime_options.data_dir[0] == '\0')
|
if (runtime_options.data_dir[0] == '\0')
|
||||||
{
|
{
|
||||||
item_list_append_format(&cli_errors,
|
item_list_append_format(&cli_errors,
|
||||||
_("-D/--data-dir required when providing connection parameters for \"standby follow\""));
|
_("-D/--pgdata required when providing connection parameters for \"standby follow\""));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1010,7 +1010,7 @@ check_cli_parameters(const int action)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -D/--data-dir */
|
/* -D/--pgdata */
|
||||||
if (runtime_options.data_dir[0])
|
if (runtime_options.data_dir[0])
|
||||||
{
|
{
|
||||||
switch (action)
|
switch (action)
|
||||||
|
|||||||
Reference in New Issue
Block a user