Fix a comment in WalSnd structure

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Fix a comment in WalSnd structure
Дата
Msg-id CALj2ACWE_7srye4_GZ=N=-rD=qr2WHL9GZrMnhWJOJ5RdnNS2A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fix a comment in WalSnd structure  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi,

WalSnd structure mutex is being used to protect all the variables of
that structure, not just 'variables shown above' [1]. A tiny patch
attached to fix the comment.

Thoughts?

[1]
diff --git a/src/include/replication/walsender_private.h
b/src/include/replication/walsender_private.h
index c14888e493..9c61f92c44 100644
--- a/src/include/replication/walsender_private.h
+++ b/src/include/replication/walsender_private.h
@@ -65,7 +65,7 @@ typedef struct WalSnd
         */
        int                     sync_standby_priority;

-       /* Protects shared variables shown above. */
+       /* Protects shared variables in this structure. */
        slock_t         mutex;

--
Bharath Rupireddy
RDS Open Source Databases: https://aws.amazon.com/rds/postgresql/

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)