Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ebf2ab4

Browse files
committed
Remove redundant wording in pg_statistic.h
Author: Junwang Zhao Discussion: https://postgr.es/m/CAEG8a3JbMCHna=N5ZSx6huLnTDfW34kw7Pf2n8+3M-9UrrwesA@mail.gmail.com
1 parent 7e125b2 commit ebf2ab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/catalog/pg_statistic.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ DECLARE_FOREIGN_KEY((starelid, staattnum), pg_attribute, (attrelid, attnum));
183183
* the K most common non-null values appearing in the column, and stanumbers
184184
* contains their frequencies (fractions of total row count). The values
185185
* shall be ordered in decreasing frequency. Note that since the arrays are
186-
* variable-size, K may be chosen may be chosen at ANALYZE time. Values should
187-
* not appear in MCV unless they have been observed to occur more than once;
188-
* a unique column will have no MCV slot.
186+
* variable-size, K may be chosen at ANALYZE time. Values should not appear
187+
* in MCV unless they have been observed to occur more than once; a unique
188+
* column will have no MCV slot.
189189
*/
190190
#define STATISTIC_KIND_MCV 1
191191

0 commit comments

Comments
 (0)