From: | vignesh C <vignesh21(at)gmail(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | typo fix in pgstat.c: "exits should be exists" |
Date: | 2021-04-06 04:57:31 |
Message-ID: | CALDaNm1DqgaLBAJrtGznKk1sR1mH-augmp7LfGvxWwTUhah+rg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
typo_stat_exits_to_exists.patch | text/x-patch | 594 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2021-04-06 05:11:18 | Re: typo fix in pgstat.c: "exits should be exists" |
Previous Message | Masahiko Sawada | 2021-04-06 04:56:39 | Re: Table refer leak in logical replication |