projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acb30b
)
Fix comment in slot.c.
author
Amit Kapila
<
[email protected]
>
Mon, 18 May 2020 02:54:36 +0000
(08:24 +0530)
committer
Amit Kapila
<
[email protected]
>
Mon, 18 May 2020 02:54:36 +0000
(08:24 +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 74ad969d864d3db1e4807a6a261ad4f423ebc311..b3ca48dc62b357b92d016e80c61bc9e8edd5dc2f 100644
(file)
--- a/
src/backend/replication/slot.c
+++ b/
src/backend/replication/slot.c
@@
-126,7
+126,7
@@
ReplicationSlotsShmemSize(void)
}
/*
- * Allocate and initialize
walsender-related shared memory
.
+ * Allocate and initialize
shared memory for replication slots
.
*/
void
ReplicationSlotsShmemInit(void)