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

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Separate messages for standby replies and hot standby feedback.
Дата
Msg-id E1PqOb7-0003tv-2e@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Separate messages for standby replies and hot standby feedback.  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Properly initialize variables
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Make a hard state change from catchup to streaming mode.