Re: Fix typo in src/backend/utils/cache/lsyscache.c
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2020-10-25T09:42:08Z
Lists: pgsql-hackers
On Sun, 25 Oct 2020 at 14:23, Hou, Zhijie <houzj.fnst@cn.fujitsu.com> wrote: > I found the comment of function get_attgenerated(Oid relid, AttrNumber attnum) seems wrong. > It seems the function is given the attribute number not the name. Thanks. Pushed. David
Commits
-
Fix incorrect parameter name in a function header comment
- 2a15eeeddff9 12.5 landed
- 563973bf0668 13.1 landed
- e83c9f913c61 14.0 landed