1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Remove pause_at_recovery_target recovery.conf setting.

The new recovery_target_action (introduced in aedccb1f6/b8e33a85d4)
replaces it's functionality. Having both seems likely to cause more
confusion than it saves worry due to the incompatibility.

Discussion: 5484FC53.2060903@2ndquadrant.com
Author: Petr Jelinek
This commit is contained in:
Andres Freund
2015-03-15 17:37:07 +01:00
parent cd6c45cbee
commit 51c11a7025
2 changed files with 2 additions and 34 deletions

View File

@ -7111,8 +7111,8 @@
<listitem>
<para>
Add <filename>recovery.conf</> setting <link
linkend="pause-at-recovery-target"><varname>pause_at_recovery_target</></link>
Add <filename>recovery.conf</> setting
<varname>pause_at_recovery_target</>
to pause recovery at target (Simon Riggs)
</para>