mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +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:
parent
43620e3286
commit
f5d94e405e
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user