diff options
Diffstat (limited to 'src/include/replication/walsender_private.h')
-rw-r--r-- | src/include/replication/walsender_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/replication/walsender_private.h b/src/include/replication/walsender_private.h index 45cd7444cdf..66234cd8b59 100644 --- a/src/include/replication/walsender_private.h +++ b/src/include/replication/walsender_private.h @@ -37,7 +37,6 @@ 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 |