pgsql: Make a hard state change from catchup to streaming mode. - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Make a hard state change from catchup to streaming mode.
Date
Msg-id E1PqRxL-0006sV-Lt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Separate messages for standby replies and hot standby feedback.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Use $INDENT rather than indent throughout the pgindent code