mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Remove extra parenthesis from comment.
This commit is contained in:
parent
689af6db6c
commit
bb91256305
@ -2176,7 +2176,7 @@ GetSnapshotDataReuse(Snapshot snapshot)
|
|||||||
* GetSnapshotData() cannot change while ProcArrayLock is held. Snapshot
|
* GetSnapshotData() cannot change while ProcArrayLock is held. Snapshot
|
||||||
* contents only depend on transactions with xids and xactCompletionCount
|
* contents only depend on transactions with xids and xactCompletionCount
|
||||||
* is incremented whenever a transaction with an xid finishes (while
|
* is incremented whenever a transaction with an xid finishes (while
|
||||||
* holding ProcArrayLock) exclusively). Thus the xactCompletionCount check
|
* holding ProcArrayLock exclusively). Thus the xactCompletionCount check
|
||||||
* ensures we would detect if the snapshot would have changed.
|
* ensures we would detect if the snapshot would have changed.
|
||||||
*
|
*
|
||||||
* As the snapshot contents are the same as it was before, it is safe to
|
* As the snapshot contents are the same as it was before, it is safe to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user