pgsql: Minor changes to recovery pause behaviour. - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Minor changes to recovery pause behaviour.
Date
Msg-id E1Q2TvD-0006l0-Hu@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix ancient typo in user-defined-aggregates documentation.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve user-defined-aggregates documentation.