diff options
| author | Simon Riggs | 2012-08-09 16:07:03 +0000 |
|---|---|---|
| committer | Simon Riggs | 2012-08-09 16:07:03 +0000 |
| commit | da4efa13d801ccc179f1d2c24d8a60c4a2f8ede9 (patch) | |
| tree | f8ef8dc95a504fdc83ab1ef52738be6500e9eaba /src/include/replication | |
| parent | 87d8bd7c9fdc63d892968e1248e639c8078af615 (diff) | |
Turn off WalSender keepalives by default, users can enable if desired
Diffstat (limited to 'src/include/replication')
| -rw-r--r-- | src/include/replication/walsender_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/replication/walsender_private.h b/src/include/replication/walsender_private.h index 66234cd8b59..45cd7444cdf 100644 --- a/src/include/replication/walsender_private.h +++ b/src/include/replication/walsender_private.h @@ -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 |
