mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix typos in the code
Author: Vignesh C Reviewed-by: Dilip Kumar, Michael Paquier Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
This commit is contained in:
@@ -476,7 +476,7 @@ sort_item_compare(const void *a, const void *b, void *arg)
|
||||
* build_column_frequencies
|
||||
* compute frequencies of values in each column
|
||||
*
|
||||
* This returns an array of SortItems for each attibute the MCV is built
|
||||
* This returns an array of SortItems for each attribute the MCV is built
|
||||
* on, with a frequency (number of occurrences) for each value. This is
|
||||
* then used to compute "base" frequency of MCV items.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user