typo fix in pgstat.c: "exits should be exists" - Mailing list pgsql-hackers

From vignesh C
Subject typo fix in pgstat.c: "exits should be exists"
Date
Msg-id CALDaNm1DqgaLBAJrtGznKk1sR1mH-augmp7LfGvxWwTUhah+rg@mail.gmail.com
Whole thread Raw
Responses Re: typo fix in pgstat.c: "exits should be exists"  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
Hi,

While reviewing replication statistics I found a small typo. Attached
patch for a typo in:
src/backend/postmaster/pgstat.c
................
                /*
-                * 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.
                 */
................

Regards,
Vignesh

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Table refer leak in logical replication
Next
From: Fujii Masao
Date:
Subject: Re: typo fix in pgstat.c: "exits should be exists"