summaryrefslogtreecommitdiff
path: root/src/include/replication/walsender_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/replication/walsender_private.h')
-rw-r--r--src/include/replication/walsender_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/replication/walsender_private.h b/src/include/replication/walsender_private.h
index 734acec2a4..509856c057 100644
--- a/src/include/replication/walsender_private.h
+++ b/src/include/replication/walsender_private.h
@@ -78,11 +78,6 @@ typedef struct WalSnd
* Timestamp of the last message received from standby.
*/
TimestampTz replyTime;
-
- /* Statistics for transactions spilled to disk. */
- int64 spillTxns;
- int64 spillCount;
- int64 spillBytes;
} WalSnd;
extern WalSnd *MyWalSnd;