1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Remove an extra period in code comment

Author: Junwang Zhao
Discussion: https://postgr.es/m/CAEG8a3L9GgfKc+XT+NMHPY7atAOVYqjUqKEFQKhcPHFYRW=PuQ@mail.gmail.com
This commit is contained in:
Richard Guo
2024-07-08 11:17:22 +09:00
parent 0ffc0acaf3
commit d7db04dfda

View File

@ -185,7 +185,7 @@ typedef struct ComputeXidHorizonsResult
FullTransactionId latest_completed; FullTransactionId latest_completed;
/* /*
* The same for procArray->replication_slot_xmin and. * The same for procArray->replication_slot_xmin and
* procArray->replication_slot_catalog_xmin. * procArray->replication_slot_catalog_xmin.
*/ */
TransactionId slot_xmin; TransactionId slot_xmin;