Thread: pgsql: Minor changes to recovery pause behaviour.

pgsql: Minor changes to recovery pause behaviour.

From
Simon Riggs
Date:
Minor changes to recovery pause behaviour.
Change location LOG message so it works each time we pause, not
just for final pause.
Ensure that we pause only if we are in Hot Standby and can connect
to allow us to run resume function. This change supercedes the
code to override parameter recoveryPauseAtTarget to false if not
attempting to enter Hot Standby, which is now removed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b5f2f2a712e56fe1edf7d5665c07ee97be464c0b

Modified Files
--------------
src/backend/access/transam/xlog.c |   24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)