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:
fcef161
)
Correct comment to use RS_EPHEMERAL
author
Simon Riggs
<simon@2ndQuadrant.com>
Thu, 2 Apr 2015 11:45:19 +0000
(07:45 -0400)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Thu, 2 Apr 2015 11:45:19 +0000
(07:45 -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 dd7ff0f99a21e0646832f349ba38f689410e47d6..fcd7ba1433a889728927a8a07e3b7365618805f0 100644
(file)
--- a/
src/backend/replication/slot.c
+++ b/
src/backend/replication/slot.c
@@
-543,7
+543,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