pgsql: Separate messages for standby replies and hot standby feedback. - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Separate messages for standby replies and hot standby feedback.
Date
Msg-id E1PqOb7-0003tv-2e@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Separate messages for standby replies and hot standby feedback.
List pgsql-committers
Separate messages for standby replies and hot standby feedback.
Allow messages to be sent at different times, and greatly reduce
the frequency of hot standby feedback. Refactor to allow additional
message types.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/06828c5febf3a8f9e94bce5bd84634ce990d299f

Modified Files
--------------
src/backend/replication/walreceiver.c |  104 ++++++++++++++++++++--------
src/backend/replication/walsender.c   |  124 +++++++++++++++++++++------------
src/include/replication/walprotocol.h |   15 ++++-
3 files changed, 168 insertions(+), 75 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Properly initialize variables
Next
From: Simon Riggs
Date:
Subject: pgsql: Make a hard state change from catchup to streaming mode.