projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ffc0ac
)
Remove an extra period in code comment
author
Richard Guo
<rguo@postgresql.org>
Mon, 8 Jul 2024 02:17:22 +0000
(11:17 +0900)
committer
Richard Guo
<rguo@postgresql.org>
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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/ipc/procarray.c
b/src/backend/storage/ipc/procarray.c
index 16b5803d388fadb2fec44643733bd794e35f3786..af3b15e93dfffb0b1b34d5a00881416ae28c5b02 100644
(file)
--- 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;