We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585d0cd commit 49e525aCopy full SHA for 49e525a
src/include/replication/walsender_private.h
@@ -65,7 +65,7 @@ typedef struct WalSnd
65
*/
66
int sync_standby_priority;
67
68
- /* Protects shared variables shown above. */
+ /* Protects shared variables in this structure. */
69
slock_t mutex;
70
71
/*
0 commit comments