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 f5c555a7f5
commit 490e51fd7b
2 changed files with 2 additions and 2 deletions

View File

@@ -3624,7 +3624,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"));