Fix typo in stat_utils.c

Introduced by 213a1b8952.

Reported-by: Tender Wang <tndrwang@gmail.com>
Discussion: https://postgr.es/m/CAHewXNku-jz-FPKeJVk25fZ1pV2buYh5vpeqGDOB=bFQhKxXhw@mail.gmail.com
master
Michael Paquier 2 days ago
parent 213a1b8952
commit eee19a30d6
  1. 2
      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

Loading…
Cancel
Save