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

Commit e83c9f9

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 21d3674 commit e83c9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/cache/lsyscache.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ get_attnum(Oid relid, const char *attname)
874874
/*
875875
* get_attgenerated
876876
*
877-
* Given the relation id and the attribute name,
877+
* Given the relation id and the attribute number,
878878
* return the "attgenerated" field from the attribute relation.
879879
*
880880
* Errors if not found.

0 commit comments

Comments
 (0)