Fix typo in pgstat.c.

Introduced by 9868167500.

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm1DqgaLBAJrtGznKk1sR1mH-augmp7LfGvxWwTUhah+rg@mail.gmail.com
pull/64/head
Fujii Masao 5 years ago
parent 43620e3286
commit f5d94e405e
  1. 2
      src/backend/postmaster/pgstat.c

@ -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.
*/

Loading…
Cancel
Save