v1-0001-remove-redundant-wording-in-pg_statistic.h.patch
application/octet-stream
Filename: v1-0001-remove-redundant-wording-in-pg_statistic.h.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: remove redundant wording in pg_statistic.h
| File | + | − |
|---|---|---|
| src/include/catalog/pg_statistic.h | 3 | 3 |
From 4f2c1f3c1f137af391156194d179c80f18c0f97b Mon Sep 17 00:00:00 2001 From: Junwang Zhao <zhjwpku@gmail.com> Date: Sat, 28 Dec 2024 07:18:56 +0000 Subject: [PATCH v1] remove redundant wording in pg_statistic.h --- src/include/catalog/pg_statistic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/catalog/pg_statistic.h b/src/include/catalog/pg_statistic.h index 041e626390..667782384e 100644 --- a/src/include/catalog/pg_statistic.h +++ b/src/include/catalog/pg_statistic.h @@ -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 * contains their frequencies (fractions of total row count). The values * 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 - * not appear in MCV unless they have been observed to occur more than once; - * a unique column will have no MCV slot. + * variable-size, K may be chosen at ANALYZE time. Values should not appear + * in MCV unless they have been observed to occur more than once; a unique + * column will have no MCV slot. */ #define STATISTIC_KIND_MCV 1 -- 2.39.5