aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2023-10-06 18:30:01 +0900
committerEtsuro Fujita <efujita@postgresql.org>2023-10-06 18:30:01 +0900
commit3ed98ed88a06f368c700d2ce03ff46d6d415dde3 (patch)
tree936be2b41c9f212815423fc39ffa3c17d5bf018a /src
parent31b2b2d72d9c50be415c6340ebf4ad83a472590c (diff)
downloadpostgresql-3ed98ed88a06f368c700d2ce03ff46d6d415dde3.tar.gz
postgresql-3ed98ed88a06f368c700d2ce03ff46d6d415dde3.zip
Remove extra parenthesis from comment.
Diffstat (limited to 'src')
-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 2a3da49b8fc..eaceefa0571 100644
--- a/src/backend/storage/ipc/procarray.c
+++ b/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