pgsql: Make a hard state change from catchup to streaming mode.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make a hard state change from catchup to streaming mode.
Date: 2011-02-18 15:09:15
Message-ID: E1PqRxL-0006sV-Lt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Make a hard state change from catchup to streaming mode.
More useful state change for monitoring purposes, plus a
required change for synchronous replication patch.

Branch
------
master

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

Modified Files
--------------
src/backend/replication/walsender.c | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-02-18 15:30:05 Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode.
Previous Message Simon Riggs 2011-02-18 14:28:26 Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-02-18 15:30:05 Re: [COMMITTERS] pgsql: Make a hard state change from catchup to streaming mode.
Previous Message Tom Lane 2011-02-18 15:02:47 Re: Assertion failure on UNLOGGED VIEW and SEQUENCE