Remove an extra period in code comment
authorRichard Guo
Mon, 8 Jul 2024 02:17:22 +0000 (11:17 +0900)
committerRichard Guo
Mon, 8 Jul 2024 02:17:22 +0000 (11:17 +0900)
Author: Junwang Zhao
Discussion: https://postgr.es/m/CAEG8a3L9GgfKc+XT+NMHPY7atAOVYqjUqKEFQKhcPHFYRW=PuQ@mail.gmail.com

src/backend/storage/ipc/procarray.c

index 16b5803d388fadb2fec44643733bd794e35f3786..af3b15e93dfffb0b1b34d5a00881416ae28c5b02 100644 (file)
@@ -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;