Thread
Commits
-
Fix typo in pgstat.c.
- f5d94e405e17 14.0 landed
-
typo fix in pgstat.c: "exits should be exists"
vignesh C <vignesh21@gmail.com> — 2021-04-06T04:57:31Z
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 -
Re: typo fix in pgstat.c: "exits should be exists"
Fujii Masao <masao.fujii@oss.nttdata.com> — 2021-04-06T05:11:18Z
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"
vignesh C <vignesh21@gmail.com> — 2021-04-06T05:24:55Z
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