From f5d94e405e17a49487672316610630be2f9d0bb7 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Tue, 6 Apr 2021 14:09:40 +0900 Subject: [PATCH] Fix typo in pgstat.c. Introduced by 9868167500. Author: Vignesh C Discussion: https://postgr.es/m/CALDaNm1DqgaLBAJrtGznKk1sR1mH-augmp7LfGvxWwTUhah+rg@mail.gmail.com --- src/backend/postmaster/pgstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/postmaster/pgstat.c b/src/backend/postmaster/pgstat.c index 4c4b072068..5ba776e789 100644 --- a/src/backend/postmaster/pgstat.c +++ b/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. */