summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-06-10 21:30:17 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-06-10 21:30:17 -0400
commit385522c7dc6351a57e459b17cc66912daf4ab90e (patch)
treec63fc8fbd9ff8071d5d8860ab7388eda25b8132d /src
parent75a49ba550bae7a44bc1c4b2b7413a1768f70829 (diff)
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c
index 060343f1689..f8544de6abf 100644
--- 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 concurrently 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