mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Remove redundant wording in pg_statistic.h
Author: Junwang Zhao Discussion: https://postgr.es/m/CAEG8a3JbMCHna=N5ZSx6huLnTDfW34kw7Pf2n8+3M-9UrrwesA@mail.gmail.com
This commit is contained in:
@ -183,9 +183,9 @@ DECLARE_FOREIGN_KEY((starelid, staattnum), pg_attribute, (attrelid, attnum));
|
|||||||
* the K most common non-null values appearing in the column, and stanumbers
|
* the K most common non-null values appearing in the column, and stanumbers
|
||||||
* contains their frequencies (fractions of total row count). The values
|
* contains their frequencies (fractions of total row count). The values
|
||||||
* shall be ordered in decreasing frequency. Note that since the arrays are
|
* shall be ordered in decreasing frequency. Note that since the arrays are
|
||||||
* variable-size, K may be chosen may be chosen at ANALYZE time. Values should
|
* variable-size, K may be chosen at ANALYZE time. Values should not appear
|
||||||
* not appear in MCV unless they have been observed to occur more than once;
|
* in MCV unless they have been observed to occur more than once; a unique
|
||||||
* a unique column will have no MCV slot.
|
* column will have no MCV slot.
|
||||||
*/
|
*/
|
||||||
#define STATISTIC_KIND_MCV 1
|
#define STATISTIC_KIND_MCV 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user