We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b2b2d commit 3ed98edCopy full SHA for 3ed98ed
src/backend/storage/ipc/procarray.c
@@ -2127,7 +2127,7 @@ GetSnapshotDataReuse(Snapshot snapshot)
2127
* GetSnapshotData() cannot change while ProcArrayLock is held. Snapshot
2128
* contents only depend on transactions with xids and xactCompletionCount
2129
* is incremented whenever a transaction with an xid finishes (while
2130
- * holding ProcArrayLock) exclusively). Thus the xactCompletionCount check
+ * holding ProcArrayLock exclusively). Thus the xactCompletionCount check
2131
* ensures we would detect if the snapshot would have changed.
2132
*
2133
* As the snapshot contents are the same as it was before, it is safe to
0 commit comments