pgsql: Separate messages for standby replies and hot standby feedback.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Separate messages for standby replies and hot standby feedback.
Date: 2011-02-18 11:34:05
Message-ID: E1PqOb7-0003tv-2e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-02-18 12:11:01 Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.
Previous Message Magnus Hagander 2011-02-18 11:05:32 pgsql: Properly initialize variables

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-02-18 11:35:16 Re: ALTER TYPE COLLATABLE?
Previous Message Itagaki Takahiro 2011-02-18 11:12:10 Re: COPY ENCODING revisited