diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/replication/walsender_private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/replication/walsender_private.h b/src/include/replication/walsender_private.h index cf32ac2488a..41ac736b953 100644 --- a/src/include/replication/walsender_private.h +++ b/src/include/replication/walsender_private.h @@ -18,7 +18,6 @@ #include "nodes/replnodes.h" #include "replication/syncrep.h" #include "storage/condition_variable.h" -#include "storage/latch.h" #include "storage/shmem.h" #include "storage/spin.h" @@ -72,12 +71,6 @@ typedef struct WalSnd slock_t mutex; /* - * Pointer to the walsender's latch. Used by backends to wake up this - * walsender when it has work to do. NULL if the walsender isn't active. - */ - Latch *latch; - - /* * Timestamp of the last message received from standby. */ TimestampTz replyTime; |