Skip to content

Commit 3ed98ed

Browse files
author
Etsuro Fujita
committed
Remove extra parenthesis from comment.
1 parent 31b2b2d commit 3ed98ed

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)