From 385522c7dc6351a57e459b17cc66912daf4ab90e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 10 Jun 2015 21:30:17 -0400 Subject: [PATCH] Fix typo --- src/backend/replication/slot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 060343f168..f8544de6ab 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 -- 2.40.0