Remove command-line options deprecated since repmgr 3.3

The following options have long since been deprecated, and any attempt
to use them results only in a warning that they are no longer valid:

  --data-dir
  --no-conninfo-password
  --recovery-min-apply-delay
This commit is contained in:
Ian Barwick
2019-08-05 16:23:27 +09:00
parent 7d20aea606
commit 5ca0b57d0c
3 changed files with 28 additions and 25 deletions

View File

@@ -21,6 +21,30 @@
<title>Release 4.5</title>
<para><emphasis>?? ???, 2019</emphasis></para>
<sect2>
<title>Compatibility changes</title>
<para>
The following command line options, which have been deprecated since &repmgr; 3.3
(and which no longer had any effect other than to generate a warning about their use)
have been removed:
<itemizedlist spacing="compact" mark="bullet">
<listitem>
<simpara><option>--data-dir</option></simpara>
</listitem>
<listitem>
<simpara><option>--no-conninfo-password</option></simpara>
</listitem>
<listitem>
<simpara><option>--recovery-min-apply-delay</option></simpara>
</listitem>
</itemizedlist>
</para>
</sect2>
<sect2>
<title>General enhancements</title>
<para>