diff options
| author | Tomas Vondra | 2021-05-07 11:57:29 +0000 |
|---|---|---|
| committer | Tomas Vondra | 2021-05-07 12:40:36 +0000 |
| commit | 93f9af138795a7d12366187de95f4961fb07ed98 (patch) | |
| tree | 35e4575442803f08fd302d451ed522eb19d82e1d /src/backend/statistics | |
| parent | 8d4b311d2494ca592e30aed03b29854d864eb846 (diff) | |
Fix typos in comments about extended statistics
Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20210505210947.GA27406%40telsasoft.com
Diffstat (limited to 'src/backend/statistics')
| -rw-r--r-- | src/backend/statistics/extended_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/extended_stats.c b/src/backend/statistics/extended_stats.c index 7e11cb9d5f5..5e53783ea66 100644 --- a/src/backend/statistics/extended_stats.c +++ b/src/backend/statistics/extended_stats.c @@ -1796,7 +1796,7 @@ statext_mcv_clauselist_selectivity(PlannerInfo *root, List *clauses, int varReli continue; /* - * Now we know the clause is compatible (we have either atttnums + * Now we know the clause is compatible (we have either attnums * or expressions extracted from it), and was not estimated yet. */ |
