Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49e525a

Browse files
committed
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 theset of what gets protected, contrary to what walsender.c does.Author: Bharath RupireddyDiscussion:https://postgr.es/m/CALj2ACWE_7srye4_GZ=N=-rD=qr2WHL9GZrMnhWJOJ5RdnNS2A@mail.gmail.com
1 parent585d0cd commit49e525a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/replication/walsender_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ typedef struct WalSnd
6565
*/
6666
intsync_standby_priority;
6767

68-
/* Protects shared variablesshown above. */
68+
/* Protects shared variablesin this structure. */
6969
slock_tmutex;
7070

7171
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp