pgsql: Emit a LOG message when pausing at the recovery target.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Emit a LOG message when pausing at the recovery target.
Date: 2011-03-10 19:38:11
Message-ID: E1PxlgZ-0005a3-9R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Emit a LOG message when pausing at the recovery target.

Fujii Masao

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-03-10 19:57:36 pgsql: Minor sync rep corrections.
Previous Message Robert Haas 2011-03-10 19:36:51 Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,