diff options
| -rw-r--r-- | src/backend/statistics/stat_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
