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

Appearance settings

Commit aec684f

Browse filesBrowse files
author
Etsuro Fujita
committed
Remove extra parenthesis from comment.
1 parent e0b1ee1 commit aec684f
Copy full SHA for aec684f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/backend/storage/ipc/procarray.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ GetSnapshotDataReuse(Snapshot snapshot)
20962096
* GetSnapshotData() cannot change while ProcArrayLock is held. Snapshot
20972097
* contents only depend on transactions with xids and xactCompletionCount
20982098
* is incremented whenever a transaction with an xid finishes (while
2099-
* holding ProcArrayLock) exclusively). Thus the xactCompletionCount check
2099+
* holding ProcArrayLock exclusively). Thus the xactCompletionCount check
21002100
* ensures we would detect if the snapshot would have changed.
21012101
*
21022102
* As the snapshot contents are the same as it was before, it is safe to

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.