Use correct spelling of statistics kind
Tomas Vondra <tomas.vondra@postgresql.org>
Use correct spelling of statistics kind A couple error messages and comments used 'statistic kind', not the correct 'statistics kind'. Fix and backpatch all the way back to 10, where extended statistics were introduced. Backpatch-through: 10
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +1 −1 |
| src/backend/statistics/dependencies.c | modified | +1 −1 |
| src/backend/statistics/extended_stats.c | modified | +1 −1 |
| src/backend/statistics/mvdistinct.c | modified | +1 −1 |
| src/include/nodes/relation.h | modified | +1 −1 |