pgsql: Ensure all replication message info is available and correct via - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Ensure all replication message info is available and correct via
Date
Msg-id E1SzVDg-0000pa-Bj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure all replication message info is available and correct via WalRcv

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6a2cbe12358d3e3c356d863c8fc40c5f8daadb2a

Modified Files
--------------
src/backend/replication/walreceiver.c      |    5 ++++-
src/backend/replication/walreceiverfuncs.c |    2 +-
src/include/replication/walreceiver.h      |    6 ++++++
3 files changed, 11 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Make psql -1 < file behave as expected.
Next
From: Simon Riggs
Date:
Subject: pgsql: Turn off WalSender keepalives by default, users can enable if de