mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Remove extra parenthesis from comment.
This commit is contained in:
parent
e0b1ee17dc
commit
aec684ff0f
@ -2096,7 +2096,7 @@ GetSnapshotDataReuse(Snapshot snapshot)
|
||||
* GetSnapshotData() cannot change while ProcArrayLock is held. Snapshot
|
||||
* contents only depend on transactions with xids and xactCompletionCount
|
||||
* 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.
|
||||
*
|
||||
* As the snapshot contents are the same as it was before, it is safe to
|
||||
|
Loading…
Reference in New Issue
Block a user