From 5a366b4ff4ceceb9793fcc13c3f097ee0d32c56d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 25 Jan 2017 14:35:31 -0500 Subject: Fix typo: pg_statistics -> pg_statistic --- src/backend/utils/cache/lsyscache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/cache/lsyscache.c') diff --git a/src/backend/utils/cache/lsyscache.c b/src/backend/utils/cache/lsyscache.c index aff88a555d2..1b04c098d06 100644 --- a/src/backend/utils/cache/lsyscache.c +++ b/src/backend/utils/cache/lsyscache.c @@ -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. -- cgit v1.2.3