aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2023-10-06 18:30:00 +0900
committerEtsuro Fujita <efujita@postgresql.org>2023-10-06 18:30:00 +0900
commitaec684ff0fb979d0245985fc0f84c07345a29e18 (patch)
treec273aa57893e425de5a72c67dbf5854773906d94 /src/backend/storage/ipc/procarray.c
parente0b1ee17dc3a38ba17fee0fd58b7b834ec934259 (diff)
downloadpostgresql-aec684ff0fb979d0245985fc0f84c07345a29e18.tar.gz
postgresql-aec684ff0fb979d0245985fc0f84c07345a29e18.zip
Remove extra parenthesis from comment.
Diffstat (limited to 'src/backend/storage/ipc/procarray.c')
-rw-r--r--src/backend/storage/ipc/procarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c
index d93475b2bdd..2cdad91ed83 100644
--- a/src/backend/storage/ipc/procarray.c
+++ b/src/backend/storage/ipc/procarray.c
@@ -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