Fix incorrect parameter name in a function header comment
Author: Zhijie Hou Discussion: https://postgr.es/m/14cd74ea00204cc8a7ea5d738ac82cd1@G08CNEXMBPEKD05.g08.fujitsu.local Backpatch-through: 12, where the mistake was introduced
This commit is contained in:
parent
bdc79ddd10
commit
2a15eeeddf
2
src/backend/utils/cache/lsyscache.c
vendored
2
src/backend/utils/cache/lsyscache.c
vendored
@ -824,7 +824,7 @@ get_attnum(Oid relid, const char *attname)
|
||||
/*
|
||||
* get_attgenerated
|
||||
*
|
||||
* Given the relation id and the attribute name,
|
||||
* Given the relation id and the attribute number,
|
||||
* return the "attgenerated" field from the attribute relation.
|
||||
*
|
||||
* Errors if not found.
|
||||
|
Loading…
x
Reference in New Issue
Block a user