mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 10:09:35 -05:00
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
This commit is contained in:
parent
213a1b8952
commit
eee19a30d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue