1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix typo in pgstat.c.

Introduced by 9868167500.

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm1DqgaLBAJrtGznKk1sR1mH-augmp7LfGvxWwTUhah+rg@mail.gmail.com
This commit is contained in:
Fujii Masao 2021-04-06 14:09:40 +09:00
parent 43620e3286
commit f5d94e405e

View File

@ -1504,7 +1504,7 @@ pgstat_reset_replslot_counter(const char *name)
ReplicationSlot *slot;
/*
* 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
* the time this message is executed the slot is dropped but at least
* this check will ensure that the given name is for a valid slot.
*/