projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e7b8f
)
Fix typo in comment.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 5 Feb 2016 13:11:00 +0000
(08:11 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 5 Feb 2016 13:11:00 +0000
(08:11 -0500)
Michael Paquier
src/backend/replication/slot.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/slot.c
b/src/backend/replication/slot.c
index 251b549768dc3484f9da2083dd0f7fe3f069dea0..11b44a483c7fcf0683bed722de2d20a59fd7fc79 100644
(file)
--- a/
src/backend/replication/slot.c
+++ b/
src/backend/replication/slot.c
@@
-984,7
+984,7
@@
CreateSlotOnDisk(ReplicationSlot *slot)
/*
* If we'd now fail - really unlikely - we wouldn't know whether this slot
* would persist after an OS crash or not - so, force a restart. The
- * restart would try to f
ys
nc this again till it works.
+ * restart would try to f
sy
nc this again till it works.
*/
START_CRIT_SECTION();