mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 01:31:22 -04: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:
parent
0ffc0acaf3
commit
d7db04dfda
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue