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

Turn off WalSender keepalives by default, users can enable if desired

This commit is contained in:
Simon Riggs
2012-08-09 17:07:03 +01:00
parent 87d8bd7c9f
commit da4efa13d8
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ typedef struct WalSnd
XLogRecPtr sentPtr; /* WAL has been sent up to this point */
bool needreload; /* does currently-open file need to be
* reloaded? */
bool sendKeepalive; /* do we send keepalives on this connection? */
/*
* The xlog locations that have been written, flushed, and applied by