pgsql: Fix comment in walsender_private.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in walsender_private.h
Date: 2022-08-22 01:05:18
Message-ID: E1oPvsT-000cvR-Qc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/49e525a08fcb42c05dc27bd0bc36aa491becc55f

Modified Files
--------------
src/include/replication/walsender_private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-08-22 03:34:19 pgsql: Use logical operator && instead of & in vacuumparallel.c.
Previous Message Peter Eisentraut 2022-08-20 19:04:10 pgsql: Remove dummyret definition