Thread: typo fix in pgstat.c: "exits should be exists"

typo fix in pgstat.c: "exits should be exists"

From
vignesh C
Date:
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

Re: typo fix in pgstat.c: "exits should be exists"

From
Fujii Masao
Date:

On 2021/04/06 13:57, vignesh C wrote:
> Hi,
> 
> While reviewing replication statistics I found a small typo. Attached
> patch for a typo in:
> src/backend/postmaster/pgstat.c

Thanks for the report and patch! Pushed.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



Re: typo fix in pgstat.c: "exits should be exists"

From
vignesh C
Date:
On Tue, Apr 6, 2021 at 10:41 AM Fujii Masao <masao.fujii@oss.nttdata.com> wrote:
>
>
>
> On 2021/04/06 13:57, vignesh C wrote:
> > Hi,
> >
> > While reviewing replication statistics I found a small typo. Attached
> > patch for a typo in:
> > src/backend/postmaster/pgstat.c
>
> Thanks for the report and patch! Pushed.
>

Thanks for pushing the patch.

Regards,
Vignesh