Skip to content

Commit f5d94e4

Browse files
committed
1 parent 43620e3 commit f5d94e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/pgstat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ pgstat_reset_replslot_counter(const char *name)
15041504
ReplicationSlot *slot;
15051505

15061506
/*
1507-
* Check if the slot exits with the given name. It is possible that by
1507+
* Check if the slot exists with the given name. It is possible that by
15081508
* the time this message is executed the slot is dropped but at least
15091509
* this check will ensure that the given name is for a valid slot.
15101510
*/

0 commit comments

Comments
 (0)