1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Ensure all replication message info is available and correct via WalRcv

This commit is contained in:
Simon Riggs
2012-08-09 17:03:59 +01:00
parent be690e291d
commit 87d8bd7c9f
3 changed files with 11 additions and 2 deletions

View File

@@ -83,6 +83,12 @@ typedef struct
TimestampTz lastMsgSendTime;
TimestampTz lastMsgReceiptTime;
/*
* Latest reported end of WAL on the sender
*/
XLogRecPtr latestWalEnd;
TimestampTz latestWalEndTime;
/*
* connection string; is used for walreceiver to connect with the primary.
*/