mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Fix typo: pg_statistics -> pg_statistic
This commit is contained in:
2
src/backend/utils/cache/lsyscache.c
vendored
2
src/backend/utils/cache/lsyscache.c
vendored
@ -2832,7 +2832,7 @@ get_attavgwidth(Oid relid, AttrNumber attnum)
|
||||
* that have been provided by a stats hook and didn't really come from
|
||||
* pg_statistic.
|
||||
*
|
||||
* statstuple: pg_statistics tuple to be examined.
|
||||
* statstuple: pg_statistic tuple to be examined.
|
||||
* atttype: type OID of attribute (can be InvalidOid if values == NULL).
|
||||
* atttypmod: typmod of attribute (can be 0 if values == NULL).
|
||||
* reqkind: STAKIND code for desired statistics slot kind.
|
||||
|
Reference in New Issue
Block a user