Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitebf2ab4

Browse files
committed
Remove redundant wording in pg_statistic.h
Author: Junwang ZhaoDiscussion:https://postgr.es/m/CAEG8a3JbMCHna=N5ZSx6huLnTDfW34kw7Pf2n8+3M-9UrrwesA@mail.gmail.com
1 parent7e125b2 commitebf2ab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/catalog/pg_statistic.h

Lines changed: 3 additions & 3 deletions
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 chosenmay be chosenat ANALYZE time. Values should
187-
*not appearin MCV unless they have been observed to occur more than once;
188-
*a uniquecolumn 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
#defineSTATISTIC_KIND_MCV1
191191

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp