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-0000pY-Ac@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure all replication message info is available and correct via WalRcv

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/87d8bd7c9fdc63d892968e1248e639c8078af615

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