]> 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:54:34 +0000 (04:54 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Tue, 23 Mar 2021 03:54:34 +0000 (04:54 +0100)
commitfb742ce2687a9fdb103479950603cfbecbed285e
tree9d565fdacf80ee06076b11b0b03df039005e7514
parent5386a8506d7da3cf1af3fbdb04d7c4f811674574
Use correct spelling of statistics kind

A couple error messages and comments used 'statistic kind', not the
correct 'statistics kind'. Fix and backpack 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