Commit 385522c7 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

parent 75a49ba5
...@@ -221,7 +221,7 @@ ReplicationSlotCreate(const char *name, bool db_specific, ...@@ -221,7 +221,7 @@ ReplicationSlotCreate(const char *name, bool db_specific,
ReplicationSlotValidateName(name, ERROR); ReplicationSlotValidateName(name, ERROR);
/* /*
* If some other backend ran this code currently with us, we'd likely both * If some other backend ran this code concurrently with us, we'd likely both
* allocate the same slot, and that would be bad. We'd also be at risk of * 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 * 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 * slot while somebody's busy cleaning up an old one, because we might
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment