Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2a15eee

Browse files
committed
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
1 parent bdc79dd commit 2a15eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/cache/lsyscache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ get_attnum(Oid relid, const char *attname)
824824
/*
825825
* get_attgenerated
826826
*
827-
* Given the relation id and the attribute name,
827+
* Given the relation id and the attribute number,
828828
* return the "attgenerated" field from the attribute relation.
829829
*
830830
* Errors if not found.

0 commit comments

Comments
 (0)