From: Michael Paquier Date: Thu, 25 Dec 2025 22:53:46 +0000 (+0900) Subject: Fix typo in stat_utils.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee19a30d60dacf571f44c252f3f8d455fee2b4f;p=thirdparty%2Fpostgresql.git Fix typo in stat_utils.c Introduced by 213a1b895270. Reported-by: Tender Wang Discussion: https://postgr.es/m/CAHewXNku-jz-FPKeJVk25fZ1pV2buYh5vpeqGDOB=bFQhKxXhw@mail.gmail.com --- diff --git a/src/backend/statistics/stat_utils.c b/src/backend/statistics/stat_utils.c index dd6c1216b9a..b1c1514cc72 100644 --- a/src/backend/statistics/stat_utils.c +++ b/src/backend/statistics/stat_utils.c @@ -626,7 +626,7 @@ statatt_build_stavalues(const char *staname, FmgrInfo *array_in, Datum d, Oid ty * have no such restriction. * * The stacoll value should be either the atttypcoll derived from - * statatt_get_type(), or a harcoded value required by that particular + * statatt_get_type(), or a hardcoded value required by that particular * stakind. * * The value/null pairs for stanumbers and stavalues should be calculated