Remove extra parenthesis from comment.

This commit is contained in:
Etsuro Fujita 2023-10-06 18:30:05 +09:00
parent e4b95b9b02
commit 6e331c4a4f
1 changed files with 1 additions and 1 deletions

View File

@ -2177,7 +2177,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