]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use correct spelling of statistics kind
authorTomas Vondra <tomas.vondra@postgresql.org>
Tue, 23 Mar 2021 03:53:11 +0000 (04:53 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Tue, 23 Mar 2021 03:56:17 +0000 (04:56 +0100)
commit16568c0a8aee85052cfd3e465d21d1e1d1b442e1
tree23058a923e7c27185c4b1e225c6b92823309fe04
parent4a2627c41cfe9962117df19165731e84be0879dd
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
doc/src/sgml/catalogs.sgml
src/backend/statistics/dependencies.c
src/backend/statistics/extended_stats.c
src/backend/statistics/mvdistinct.c
src/include/nodes/relation.h