We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent75a49ba commit385522cCopy full SHA for 385522c
src/backend/replication/slot.c
@@ -221,7 +221,7 @@ ReplicationSlotCreate(const char *name, bool db_specific,
221
ReplicationSlotValidateName(name,ERROR);
222
223
/*
224
- * If some other backend ran this codecurrently with us, we'd likely both
+ * If some other backend ran this codeconcurrently with us, we'd likely both
225
* allocate the same slot, and that would be bad. We'd also be at risk of
226
* missing a name collision. Also, we don't want to try to create a new
227
* slot while somebody's busy cleaning up an old one, because we might