Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 385522c

Browse files
committed
Fix typo
1 parent 75a49ba commit 385522c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ ReplicationSlotCreate(const char *name, bool db_specific,
221221
ReplicationSlotValidateName(name, ERROR);
222222

223223
/*
224-
* If some other backend ran this code currently with us, we'd likely both
224+
* If some other backend ran this code concurrently with us, we'd likely both
225225
* allocate the same slot, and that would be bad. We'd also be at risk of
226226
* missing a name collision. Also, we don't want to try to create a new
227227
* slot while somebody's busy cleaning up an old one, because we might

0 commit comments

Comments
 (0)