Remove references to --data-dir

This commit is contained in:
Ian Barwick
2017-06-23 14:13:32 +09:00
parent a5d15c22a8
commit 3e3607167c
2 changed files with 2 additions and 3 deletions

View File

@@ -1498,7 +1498,6 @@ do_standby_follow(void)
PQfinish(local_conn);
if (upstream_query_result != 1)
{
log_warning(_("unable to retrieve node record for old upstream node %i"),

View File

@@ -979,7 +979,7 @@ check_cli_parameters(const int action)
if (runtime_options.data_dir[0] == '\0')
{
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])
{
switch (action)