Re: Typo in xact.c
John Naylor <john.naylor@enterprisedb.com>
From: John Naylor <john.naylor@enterprisedb.com>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: Japin Li <japinli@hotmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-19T04:42:39Z
Lists: pgsql-hackers
On Fri, Sep 16, 2022 at 10:51 AM John Naylor <john.naylor@enterprisedb.com> wrote: > > On Fri, Sep 16, 2022 at 10:11 AM Kyotaro Horiguchi > <horikyota.ntt@gmail.com> wrote: > > > > The patch seems to me covering all occurances of PG_PROC as PGPROC. > > +1 since this hinders grep-ability. Pushed this. > > I found several uses of PG_PROC as (pg_catalog.)pg_proc, which is > > quite confusing, too.. > > It's pretty obvious to me what that refers to in primnodes.h, although > the capitalization of (some, but not all) catalog names in comments in > that file is a bit strange. Maybe not worth changing there. I left this alone. It's not wrong, and I don't think it's confusing in context. -- John Naylor EDB: http://www.enterprisedb.com
Commits
-
Fix typos referring to PGPROC
- 08f8af983a8b 16.0 landed