Thanks to visit codestin.com Credit goes to github.com
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 b8331ba commit 8471e21Copy full SHA for 8471e21
src/backend/storage/ipc/procarray.c
@@ -2096,7 +2096,7 @@ GetSnapshotDataReuse(Snapshot snapshot)
2096
* GetSnapshotData() cannot change while ProcArrayLock is held. Snapshot
2097
* contents only depend on transactions with xids and xactCompletionCount
2098
* is incremented whenever a transaction with an xid finishes (while
2099
- * holding ProcArrayLock) exclusively). Thus the xactCompletionCount check
+ * holding ProcArrayLock exclusively). Thus the xactCompletionCount check
2100
* ensures we would detect if the snapshot would have changed.
2101
*
2102
* As the snapshot contents are the same as it was before, it is safe to
0 commit comments