Skip to content

Commit b4fbf22

Browse files
Etsuro Fujitapull[bot]
Etsuro Fujita
authored andcommitted
Remove extra parenthesis from comment.
1 parent 7856ec2 commit b4fbf22

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
@@ -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)