projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44e54c
)
Correct comment to use RS_EPHEMERAL
author
Simon Riggs
Thu, 2 Apr 2015 11:49:48 +0000
(07:49 -0400)
committer
Simon Riggs
Thu, 2 Apr 2015 11:49:48 +0000
(07:49 -0400)
src/backend/replication/slot.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/slot.c
b/src/backend/replication/slot.c
index 7b5e0a89bfb3ba468505d6577edd3055af2e099d..5a7d021f5858ff0e026ca1f322fadedaefee393b 100644
(file)
--- a/
src/backend/replication/slot.c
+++ b/
src/backend/replication/slot.c
@@
-544,7
+544,7
@@
ReplicationSlotMarkDirty(void)
}
/*
- * Convert a slot that's marked as RS_
DROP_ON_ERROR
to a RS_PERSISTENT slot,
+ * Convert a slot that's marked as RS_
EPHEMERAL
to a RS_PERSISTENT slot,
* guaranteeing it will be there after a eventual crash.
*/
void