aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard Guo <rguo@postgresql.org>2024-07-08 11:17:22 +0900
committerRichard Guo <rguo@postgresql.org>2024-07-08 11:17:22 +0900
commitd7db04dfdae361479e77054670ee9d806c6a6420 (patch)
treef5076617c957158216927abc04255d8f599b8a72 /src
parent0ffc0acaf3bf301ba8fd43dc0e004b8b7c9ecd3a (diff)
downloadpostgresql-d7db04dfdae361479e77054670ee9d806c6a6420.tar.gz
postgresql-d7db04dfdae361479e77054670ee9d806c6a6420.zip
Remove an extra period in code comment
Author: Junwang Zhao Discussion: https://postgr.es/m/CAEG8a3L9GgfKc+XT+NMHPY7atAOVYqjUqKEFQKhcPHFYRW=PuQ@mail.gmail.com
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 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;