Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594ba7f
)
Fix comment in slot.c.
author
Amit Kapila
<akapila@postgresql.org>
Mon, 18 May 2020 03:02:43 +0000
(08:32 +0530)
committer
Amit Kapila
<akapila@postgresql.org>
Mon, 18 May 2020 03:02:43 +0000
(08:32 +0530)
Reported-by: Sawada Masahiko
Author: Sawada Masahiko
Reviewed-by: Amit Kapila
Backpatch-through: 9.5
Discussion: https://postgr.es/m/CA+fd4k4Ws7M7YQ8PqSym5WB1y75dZeBTd1sZJUQdfe0KJQ-iSA@mail.gmail.com
src/backend/replication/slot.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/slot.c
b/src/backend/replication/slot.c
index f58ad41eacb46604b575f56e95676749c872972a..1e387bb274a1c93a11feeb65c6e4e5fc2443f58f 100644
(file)
--- a/
src/backend/replication/slot.c
+++ b/
src/backend/replication/slot.c
@@
-124,7
+124,7
@@
ReplicationSlotsShmemSize(void)
}
/*
- * Allocate and initialize
walsender-related shared memory
.
+ * Allocate and initialize
shared memory for replication slots
.
*/
void
ReplicationSlotsShmemInit(void)