Re: typo fix in pgstat.c: "exits should be exists"
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-06T05:24:55Z
Lists: pgsql-hackers
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
Commits
-
Fix typo in pgstat.c.
- f5d94e405e17 14.0 landed