projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a49ba
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 11 Jun 2015 01:30:17 +0000
(21:30 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 11 Jun 2015 01:30:17 +0000
(21:30 -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 060343f1689c938cfee65ef2ead11ea5f3342523..f8544de6abfe5ff78601522221058fd835b235c5 100644
(file)
--- a/
src/backend/replication/slot.c
+++ b/
src/backend/replication/slot.c
@@
-221,7
+221,7
@@
ReplicationSlotCreate(const char *name, bool db_specific,
ReplicationSlotValidateName(name, ERROR);
/*
- * If some other backend ran this code currently with us, we'd likely both
+ * If some other backend ran this code c
onc
urrently with us, we'd likely both
* allocate the same slot, and that would be bad. We'd also be at risk of
* missing a name collision. Also, we don't want to try to create a new
* slot while somebody's busy cleaning up an old one, because we might