Fix comment in walsender_private.h

Michael Paquier <michael@paquier.xyz>

Commit: 49e525a08fcb42c05dc27bd0bc36aa491becc55f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-08-22T01:02:53Z
Releases: 16.0
Fix comment in walsender_private.h

All the members of the stucture are protected by the spinlock WalSnd,
but a comment referred to "replyTime" and "latch" as not being in the
set of what gets protected, contrary to what walsender.c does.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACWE_7srye4_GZ=N=-rD=qr2WHL9GZrMnhWJOJ5RdnNS2A@mail.gmail.com

Files

PathChange+/−
src/include/replication/walsender_private.h modified +1 −1

Discussion