Commit f5d94e40 authored by Fujii Masao's avatar Fujii Masao

Fix typo in pgstat.c.

Introduced by 98681675.

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm1DqgaLBAJrtGznKk1sR1mH-augmp7LfGvxWwTUhah+rg@mail.gmail.com
parent 43620e32
...@@ -1504,7 +1504,7 @@ pgstat_reset_replslot_counter(const char *name) ...@@ -1504,7 +1504,7 @@ pgstat_reset_replslot_counter(const char *name)
ReplicationSlot *slot; 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 * 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. * this check will ensure that the given name is for a valid slot.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment