Remove reference to PostgreSQL 9.3 in --help output

It is not supported by repmgr 5.2 and later.
This commit is contained in:
Ian Barwick
2021-04-15 15:31:08 +09:00
parent 14851e61de
commit 9349520530
2 changed files with 2 additions and 2 deletions

View File

@@ -3625,7 +3625,7 @@ do_node_help(void)
printf(_(" --dry-run check that the prerequisites are met for rejoining the node\n" \
" (including usability of \"pg_rewind\" if requested)\n"));
printf(_(" --force-rewind[=VALUE] execute \"pg_rewind\" if necessary\n"));
printf(_(" (9.3 and 9.4 - provide full \"pg_rewind\" path)\n"));
printf(_(" (PostgreSQL 9.4 - provide full \"pg_rewind\" path)\n"));
printf(_(" --config-files comma-separated list of configuration files to retain\n" \
" after executing \"pg_rewind\"\n"));