Remove extra parenthesis from comment.

pull/150/head
Etsuro Fujita 2 years ago
parent 31b2b2d72d
commit 3ed98ed88a
  1. 2
      src/backend/storage/ipc/procarray.c

@ -2127,7 +2127,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…
Cancel
Save