We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43620e3 commit f5d94e4Copy full SHA for f5d94e4
src/backend/postmaster/pgstat.c
@@ -1504,7 +1504,7 @@ pgstat_reset_replslot_counter(const char *name)
1504
ReplicationSlot *slot;
1505
1506
/*
1507
- * Check if the slot exits with the given name. It is possible that by
+ * Check if the slot exists with the given name. It is possible that by
1508
* the time this message is executed the slot is dropped but at least
1509
* this check will ensure that the given name is for a valid slot.
1510
*/
0 commit comments