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

Commit3ed98ed

Browse files
author
Etsuro Fujita
committed
Remove extra parenthesis from comment.
1 parent31b2b2d commit3ed98ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/storage/ipc/procarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ GetSnapshotDataReuse(Snapshot snapshot)
21272127
* GetSnapshotData() cannot change while ProcArrayLock is held. Snapshot
21282128
* contents only depend on transactions with xids and xactCompletionCount
21292129
* is incremented whenever a transaction with an xid finishes (while
2130-
* holding ProcArrayLock) exclusively). Thus the xactCompletionCount check
2130+
* holding ProcArrayLock exclusively). Thus the xactCompletionCount check
21312131
* ensures we would detect if the snapshot would have changed.
21322132
*
21332133
* As the snapshot contents are the same as it was before, it is safe to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp