Skip to content

Commit 741ed20

Browse files
committed
C comment: adjust statistics mention
No need to talk about the statistics collector. Discussion: https://postgr.es/m/8a82417cdb6e8038fe276d4960e3207a@oss.nttdata.com Author: Álvaro Herrera Backpatch-through: master
1 parent 87cf7b6 commit 741ed20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/pg_statistic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ DECLARE_FOREIGN_KEY((starelid, staattnum), pg_attribute, (attrelid, attnum));
178178
* the K most common non-null values appearing in the column, and stanumbers
179179
* contains their frequencies (fractions of total row count). The values
180180
* shall be ordered in decreasing frequency. Note that since the arrays are
181-
* variable-size, K may be chosen by the statistics collector. Values should
181+
* variable-size, K may be chosen may be chosen at ANALYZE time. Values should
182182
* not appear in MCV unless they have been observed to occur more than once;
183183
* a unique column will have no MCV slot.
184184
*/

0 commit comments

Comments
 (0)