diff options
Diffstat (limited to 'src/include/replication/walreceiver.h')
-rw-r--r-- | src/include/replication/walreceiver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/replication/walreceiver.h b/src/include/replication/walreceiver.h index cd787c92b3f..afbb8d8b954 100644 --- a/src/include/replication/walreceiver.h +++ b/src/include/replication/walreceiver.h @@ -127,8 +127,9 @@ typedef struct * where to start streaming (after setting receiveStart and * receiveStartTLI), and also to tell it to send apply feedback to the * primary whenever specially marked commit records are applied. + * This is normally mapped to procLatch when walreceiver is running. */ - Latch latch; + Latch *latch; } WalRcvData; extern WalRcvData *WalRcv; |