summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Guo2024-07-08 02:17:22 +0000
committerRichard Guo2024-07-08 02:17:22 +0000
commitd7db04dfdae361479e77054670ee9d806c6a6420 (patch)
treef5076617c957158216927abc04255d8f599b8a72
parent0ffc0acaf3bf301ba8fd43dc0e004b8b7c9ecd3a (diff)
Remove an extra period in code comment
Author: Junwang Zhao Discussion: https://postgr.es/m/CAEG8a3L9GgfKc+XT+NMHPY7atAOVYqjUqKEFQKhcPHFYRW=PuQ@mail.gmail.com
-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 16b5803d388..af3b15e93df 100644
--- a/src/backend/storage/ipc/procarray.c
+++ b/src/backend/storage/ipc/procarray.c
@@ -185,7 +185,7 @@ typedef struct ComputeXidHorizonsResult
FullTransactionId latest_completed;
/*
- * The same for procArray->replication_slot_xmin and.
+ * The same for procArray->replication_slot_xmin and
* procArray->replication_slot_catalog_xmin.
*/
TransactionId slot_xmin;